Table of Contents

Class SamlConstants.DigestAlgorithms

Namespace
ComponentSpace.Saml2
Assembly
ComponentSpace.Saml2.dll

Digest algorithms.

public static class SamlConstants.DigestAlgorithms
Inheritance
SamlConstants.DigestAlgorithms
Inherited Members

Fields

SHA1

SHA1.

public const string SHA1 = "http://www.w3.org/2000/09/xmldsig#sha1"

Field Value

string

SHA256

SHA256.

public const string SHA256 = "http://www.w3.org/2001/04/xmlenc#sha256"

Field Value

string

SHA384

RSA-SHA384.

public const string SHA384 = "http://www.w3.org/2001/04/xmldsig-more#sha384"

Field Value

string

SHA512

RSA-SHA512.

public const string SHA512 = "http://www.w3.org/2001/04/xmlenc#sha512"

Field Value

string