Class OpenIDConstants.CodeChallengeMethods
Code challenge methods.
Inheritance
System.Object
OpenIDConstants.CodeChallengeMethods
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 CodeChallengeMethods
Fields
Plain
Plain.
Declaration
public const string Plain = "plain"
Field Value
Type | Description |
---|---|
System.String |
SHA256
SHA-256.
Declaration
public const string SHA256 = "S256"
Field Value
Type | Description |
---|---|
System.String |