Show / Hide Table of Contents

Class SAMLIdentifiers.DigestMethods

Digest methods.

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

Fields

SHA1

SHA1.

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

SHA256

SHA256.

Declaration
public const string SHA256 = "http://www.w3.org/2001/04/xmlenc#sha256"
Field Value
Type Description
System.String

SHA384

RSA-SHA384.

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

SHA512

RSA-SHA512.

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