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 nameDescription
Supported by the .NET Compact FrameworkBase64Pkcs8
Base64-encoded PKCS #8 format.
Supported by the .NET Compact FrameworkPutty
PuTTY PPKv2 format.
Supported by the .NET Compact FrameworkOpenSsh
OpenSSH/OpenSSL SSLeay format.
Supported by the .NET Compact FrameworkRawPkcs8
Raw PKCS #8 format.
Supported by the .NET Compact FrameworkNewOpenSsh
New OpenSSH format with bcrypt key expansion (Base64-encoded keys with "BEGIN OPENSSH PRIVATE KEY" header).
Supported by the .NET Compact FrameworkPPK3
PuTTY PPKv3 format.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also