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