Show / Hide Table of Contents

Class SamlConstants.MaskGenerationFunctions

Mask generation functions.

Inheritance
object
SamlConstants.MaskGenerationFunctions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.