Class SamlConstants.SignatureAlgorithms
- Namespace
- ComponentSpace.Saml2
- Assembly
- ComponentSpace.Saml2.dll
Signature algorithms.
public static class SamlConstants.SignatureAlgorithms
- Inheritance
-
SamlConstants.SignatureAlgorithms
- Inherited Members
Fields
ECDSA_SHA1
ECDSA-SHA1.
public const string ECDSA_SHA1 = "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1"
Field Value
ECDSA_SHA256
ECDSA-SHA256.
public const string ECDSA_SHA256 = "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256"
Field Value
ECDSA_SHA384
ECDSA-SHA384.
public const string ECDSA_SHA384 = "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384"
Field Value
ECDSA_SHA512
ECDSA-SHA512.
public const string ECDSA_SHA512 = "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512"
Field Value
RSA_MGF1_SHA1
RSA-MGF1-SHA1.
public const string RSA_MGF1_SHA1 = "http://www.w3.org/2007/05/xmldsig-more#sha1-rsa-MGF1"
Field Value
RSA_MGF1_SHA256
RSA-MGF1-SHA256.
public const string RSA_MGF1_SHA256 = "http://www.w3.org/2007/05/xmldsig-more#sha256-rsa-MGF1"
Field Value
RSA_MGF1_SHA384
RSA-MGF1-SHA384.
public const string RSA_MGF1_SHA384 = "http://www.w3.org/2007/05/xmldsig-more#sha384-rsa-MGF1"
Field Value
RSA_MGF1_SHA512
RSA-MGF1-SHA512.
public const string RSA_MGF1_SHA512 = "http://www.w3.org/2007/05/xmldsig-more#sha512-rsa-MGF1"
Field Value
RSA_SHA1
RSA-SHA1.
public const string RSA_SHA1 = "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
Field Value
RSA_SHA256
RSA-SHA256.
public const string RSA_SHA256 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
Field Value
RSA_SHA384
RSA-SHA384.
public const string RSA_SHA384 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha384"
Field Value
RSA_SHA512
RSA-SHA512.
public const string RSA_SHA512 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"