Class SamlConstants.MaskGenerationFunctions
Mask generation functions.
Inherited Members
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SamlConstants.MaskGenerationFunctions
Fields
MGF1_SHA1
MGF1-SHA1.
Declaration
public const string MGF1_SHA1 = "http://www.w3.org/2009/xmlenc11#mgf1sha1"
Field Value
Type | Description |
---|---|
string |
MGF1_SHA256
MGF1-SHA256.
Declaration
public const string MGF1_SHA256 = "http://www.w3.org/2009/xmlenc11#mgf1sha256"
Field Value
Type | Description |
---|---|
string |
MGF1_SHA384
MGF1-SHA384.
Declaration
public const string MGF1_SHA384 = "http://www.w3.org/2009/xmlenc11#mgf1sha384"
Field Value
Type | Description |
---|---|
string |
MGF1_SHA512
MGF1-SHA512.
Declaration
public const string MGF1_SHA512 = "http://www.w3.org/2009/xmlenc11#mgf1sha512"
Field Value
Type | Description |
---|---|
string |