Specifies key blob format.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration AsymmetricKeyFormat |
| C# |
|---|
public enum AsymmetricKeyFormat |
Members
| Member name | Description | |
|---|---|---|
| ECPrivateKey |
ECPrivateKey (defined by RFC 5915).
| |
| RawPublicKey |
Raw public key data.
| |
| RawPrivateKey |
Raw private key data.
|