AsymmetricKeyFormat Enum
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Specifies key blob format.
Syntax
public enum AsymmetricKeyFormat
Fields
Name | Description |
---|---|
ECPrivateKey | ECPrivateKey (defined by RFC 5915). |
RawPrivateKey | Raw private key data. |
RawPublicKey | Raw public key data. |