Class SamlConstants.KeyEncryptionAlgorithms
Key encryption algorithms.
Inheritance
System.Object
SamlConstants.KeyEncryptionAlgorithms
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class KeyEncryptionAlgorithms
Fields
RSA_OAEP
RSA OAEP.
Declaration
public const string RSA_OAEP = "http://www.w3.org/2009/xmlenc11#rsa-oaep"
Field Value
Type | Description |
---|---|
System.String |
RSA_OAEP_MGF1P
RSA OAEP MGF1P.
Declaration
public const string RSA_OAEP_MGF1P = "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"
Field Value
Type | Description |
---|---|
System.String |
RSA_V1_5
RSA v1.5.
Declaration
public const string RSA_V1_5 = "http://www.w3.org/2001/04/xmlenc#rsa-1_5"
Field Value
Type | Description |
---|---|
System.String |