Show / Hide Table of Contents

Class SamlConstants.SignatureAlgorithms

Signature algorithms.

Inheritance
object
SamlConstants.SignatureAlgorithms
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.SignatureAlgorithms

Fields

ECDSA_SHA1

ECDSA-SHA1.

Declaration
public const string ECDSA_SHA1 = "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1"
Field Value
Type Description
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
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
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
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
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
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
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
string

RSA_SHA1

RSA-SHA1.

Declaration
public const string RSA_SHA1 = "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
Field Value
Type Description
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
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
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
string
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.