Show / Hide Table of Contents

Class SAMLIdentifiers.SignatureMethods

Signature methods.

Inheritance
System.Object
SAMLIdentifiers.SignatureMethods
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 SignatureMethods

Fields

DSA_SHA1

DSA-SHA1.

Declaration
public const string DSA_SHA1 = "http://www.w3.org/2000/09/xmldsig#dsa-sha1"
Field Value
Type Description
System.String

ECDSA_SHA1

ECDSA-SHA1.

Declaration
public const string ECDSA_SHA1 = "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1"
Field Value
Type Description
System.String

ECDSA_SHA256

ECDSA-SHA256.

Declaration
public const string ECDSA_SHA256 = "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256"
Field Value
Type Description
System.String

ECDSA_SHA384

ECDSA-SHA384.

Declaration
public const string ECDSA_SHA384 = "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384"
Field Value
Type Description
System.String

ECDSA_SHA512

ECDSA-SHA512.

Declaration
public const string ECDSA_SHA512 = "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512"
Field Value
Type Description
System.String

RSA_MGF1_SHA1

RSA-MGF1-SHA1.

Declaration
public const string RSA_MGF1_SHA1 = "http://www.w3.org/2007/05/xmldsig-more#sha1-rsa-MGF1"
Field Value
Type Description
System.String

RSA_MGF1_SHA256

RSA-MGF1-SHA256.

Declaration
public const string RSA_MGF1_SHA256 = "http://www.w3.org/2007/05/xmldsig-more#sha256-rsa-MGF1"
Field Value
Type Description
System.String

RSA_MGF1_SHA384

RSA-MGF1-SHA384.

Declaration
public const string RSA_MGF1_SHA384 = "http://www.w3.org/2007/05/xmldsig-more#sha384-rsa-MGF1"
Field Value
Type Description
System.String

RSA_MGF1_SHA512

RSA-MGF1-SHA512.

Declaration
public const string RSA_MGF1_SHA512 = "http://www.w3.org/2007/05/xmldsig-more#sha512-rsa-MGF1"
Field Value
Type Description
System.String

RSA_SHA1

RSA-SHA1.

Declaration
public const string RSA_SHA1 = "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
Field Value
Type Description
System.String

RSA_SHA256

RSA-SHA256.

Declaration
public const string RSA_SHA256 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
Field Value
Type Description
System.String

RSA_SHA384

RSA-SHA384.

Declaration
public const string RSA_SHA384 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha384"
Field Value
Type Description
System.String

RSA_SHA512

RSA-SHA512.

Declaration
public const string RSA_SHA512 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2022. All rights reserved.