Show / Hide Table of Contents

Class SAMLIdentifiers.MaskGenerationFunctions

Mask generation functions.

Inheritance
System.Object
SAMLIdentifiers.MaskGenerationFunctions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ComponentSpace.SAML2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class MaskGenerationFunctions

Fields

MGF1_SHA1

MGF1-SHA1.

Declaration
public const string MGF1_SHA1 = "http://www.w3.org/2009/xmlenc11#mgf1sha1"
Field Value
Type Description
System.String

MGF1_SHA256

MGF1-SHA256.

Declaration
public const string MGF1_SHA256 = "http://www.w3.org/2009/xmlenc11#mgf1sha256"
Field Value
Type Description
System.String

MGF1_SHA384

MGF1-SHA384.

Declaration
public const string MGF1_SHA384 = "http://www.w3.org/2009/xmlenc11#mgf1sha384"
Field Value
Type Description
System.String

MGF1_SHA512

MGF1-SHA512.

Declaration
public const string MGF1_SHA512 = "http://www.w3.org/2009/xmlenc11#mgf1sha512"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2022. All rights reserved.