PrivateKey Class
Namespace: Yubico.YubiKey.Cryptography Assembly: Yubico.YubiKey.dllC#
public abstract class PrivateKey : IPrivateKey, IKeyBase
Inheritance
object
PrivateKey
Properties
Name | Description |
---|---|
KeyType | Gets the type of the cryptographic key. |
Methods
Name | Description |
---|---|
Clear() | Clears the buffers containing private key data. |
Dispose() | Clears the private key data and disposes the object |
ExportPkcs8PrivateKey() | Exports the current key in the PKCS#8 PrivateKeyInfo format. |
ThrowIfDisposed() |