Class ProofKey
Container class for the cryptographic proof key used for Proof-of-Possession requests.
Inheritance
System.Object
ProofKey
Namespace: Den.Dev.Grunt.Models.Security
Assembly: Den.Dev.Grunt.dll
Syntax
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class ProofKey
Constructors
Name | Description |
---|---|
ProofKey() |
Properties
Name | Description |
---|---|
Algorithm | Gets or sets the algorithm. |
Curve | Gets or sets the elliptic curve. |
KeyType | Gets or sets the family of cryptographic algorithms used with the key. |
Use | Gets or sets how the key should be used. "sig" represents the signature. |
X | Gets or sets the X coordinate for the Elliptic Curve point. |
Y | Gets or sets the Y coordinate for the Elliptic Curve point. |