Class ECDCertificatePoPCryptoProvider
Implementation of the Proof-of-Possession provider that allows signing of binary data with a locally-generated key.
Inheritance
System.Object
ECDCertificatePoPCryptoProvider
Namespace: Den.Dev.Grunt.Authentication
Assembly: Den.Dev.Grunt.dll
Syntax
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(1)]]
public class ECDCertificatePoPCryptoProvider
Constructors
Name | Description |
---|---|
ECDCertificatePoPCryptoProvider() | Initializes a new instance of the ECDCertificatePoPCryptoProvider class. |
Properties
Name | Description |
---|---|
ProofKey | Gets the proof key associated with the provider. An existing key will be provided if previous runs were done. |
Methods
Name | Description |
---|---|
Sign(Byte[]) | Signs binary data with the locally-generated key. |