Show / Hide Table of Contents

Class OpenIDConstants.SignatureAlgorithms

The signature algorithms. Refer to RFC 7518.

Inheritance
object
OpenIDConstants.SignatureAlgorithms
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class OpenIDConstants.SignatureAlgorithms

Fields

ES256

ECDSA using P-256 and SHA-256.

Declaration
public const string ES256 = "ES256"
Field Value
Type Description
string

ES384

ECDSA using P-384 and SHA-384.

Declaration
public const string ES384 = "ES384"
Field Value
Type Description
string

ES512

ECDSA using P-512 and SHA-512.

Declaration
public const string ES512 = "ES512"
Field Value
Type Description
string

HS256

HMAC using SHA-256.

Declaration
public const string HS256 = "HS256"
Field Value
Type Description
string

HS384

HMAC using SHA-384.

Declaration
public const string HS384 = "HS384"
Field Value
Type Description
string

HS512

HMAC using SHA-512.

Declaration
public const string HS512 = "HS512"
Field Value
Type Description
string

None

None.

Declaration
public const string None = "none"
Field Value
Type Description
string

PS256

RSASSA-PSS using SHA-256 and MGF1 with SHA-256.

Declaration
public const string PS256 = "PS256"
Field Value
Type Description
string

PS384

RSASSA-PSS using SHA-384 and MGF1 with SHA-384.

Declaration
public const string PS384 = "PS384"
Field Value
Type Description
string

PS512

RSASSA-PSS using SHA-512 and MGF1 with SHA-512.

Declaration
public const string PS512 = "PS512"
Field Value
Type Description
string

RS256

RSASSA-PKCS-v1_5 using SHA-256.

Declaration
public const string RS256 = "RS256"
Field Value
Type Description
string

RS384

RSASSA-PKCS-v1_5 using SHA-384.

Declaration
public const string RS384 = "RS384"
Field Value
Type Description
string

RS512

RSASSA-PKCS-v1_5 using SHA-512.

Declaration
public const string RS512 = "RS512"
Field Value
Type Description
string
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.