Class OpenIDConstants.SignatureAlgorithms
The signature algorithms. Refer to RFC 7518.
Inheritance
System.Object
OpenIDConstants.SignatureAlgorithms
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class SignatureAlgorithms
Fields
ES256
ECDSA using P-256 and SHA-256.
Declaration
public const string ES256 = "ES256"
Field Value
Type | Description |
---|---|
System.String |
ES384
ECDSA using P-384 and SHA-384.
Declaration
public const string ES384 = "ES384"
Field Value
Type | Description |
---|---|
System.String |
ES512
ECDSA using P-512 and SHA-512.
Declaration
public const string ES512 = "ES512"
Field Value
Type | Description |
---|---|
System.String |
HS256
HMAC using SHA-256.
Declaration
public const string HS256 = "HS256"
Field Value
Type | Description |
---|---|
System.String |
HS384
HMAC using SHA-384.
Declaration
public const string HS384 = "HS384"
Field Value
Type | Description |
---|---|
System.String |
HS512
HMAC using SHA-512.
Declaration
public const string HS512 = "HS512"
Field Value
Type | Description |
---|---|
System.String |
None
None.
Declaration
public const string None = "none"
Field Value
Type | Description |
---|---|
System.String |
PS256
RSASSA-PSS using SHA-256 and MGF1 with SHA-256.
Declaration
public const string PS256 = "PS256"
Field Value
Type | Description |
---|---|
System.String |
PS384
RSASSA-PSS using SHA-384 and MGF1 with SHA-384.
Declaration
public const string PS384 = "PS384"
Field Value
Type | Description |
---|---|
System.String |
PS512
RSASSA-PSS using SHA-512 and MGF1 with SHA-512.
Declaration
public const string PS512 = "PS512"
Field Value
Type | Description |
---|---|
System.String |
RS256
RSASSA-PKCS-v1_5 using SHA-256.
Declaration
public const string RS256 = "RS256"
Field Value
Type | Description |
---|---|
System.String |
RS384
RSASSA-PKCS-v1_5 using SHA-384.
Declaration
public const string RS384 = "RS384"
Field Value
Type | Description |
---|---|
System.String |
RS512
RSASSA-PKCS-v1_5 using SHA-512.
Declaration
public const string RS512 = "RS512"
Field Value
Type | Description |
---|---|
System.String |