Specifies private key file format.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Enumeration SshPrivateKeyFormat
C#
public enum SshPrivateKeyFormat

Members

Member nameDescription
Supported by the .NET Compact FrameworkPkcs8
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 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