Interface IPrivateKey
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public interface IPrivateKey
Methods
GetEncryptionCsp()
Declaration
IEncryptionCsp GetEncryptionCsp()
Returns
| Type | Description |
|---|---|
| IEncryptionCsp |
GetSignatureCsp(DigestAlgorithm)
Declaration
ISignatureCsp GetSignatureCsp(DigestAlgorithm digestAlgorithm)
Parameters
| Type | Name | Description |
|---|---|---|
| DigestAlgorithm | digestAlgorithm |
Returns
| Type | Description |
|---|---|
| ISignatureCsp |