Specifies private key file format.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration PrivateKeyFormat |
| C# |
|---|
public enum PrivateKeyFormat |
Members
| Member name | Description | |
|---|---|---|
| Base64Pkcs8 | Base64-encoded PKCS #8 format. | |
| Putty | PuTTY PPKv2 format. | |
| OpenSsh | OpenSSH/OpenSSL SSLeay format. | |
| RawPkcs8 | Raw PKCS #8 format. | |
| NewOpenSsh | New OpenSSH format with bcrypt key expansion (Base64-encoded keys with "BEGIN OPENSSH PRIVATE KEY" header). | |
| PPK3 | PuTTY PPKv3 format. |