PrivateKeyFormat Enum
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9448)
Specifies private key file format.
Syntax
public enum PrivateKeyFormat
Fields
| Name | Description |
|---|---|
| Base64Pkcs8 | Base64-encoded PKCS #8 format. |
| NewOpenSsh | New OpenSSH format with bcrypt key expansion (Base64-encoded keys with "BEGIN OPENSSH PRIVATE KEY" header). |
| OpenSsh | OpenSSH/OpenSSL SSLeay format. |
| PPK3 | PuTTY PPKv3 format. |
| Putty | PuTTY PPKv2 format. |
| RawPkcs8 | Raw PKCS #8 format. |