Show / Hide Table of Contents

Class SAMLIdentifiers.MaskGenerationFunctions

Mask generation functions.

Inheritance
object
SAMLIdentifiers.MaskGenerationFunctions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: ComponentSpace.SAML2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SAMLIdentifiers.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
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2025. All rights reserved.