'Declaration
Public Enum SshPrivateKeyFormat Inherits System.Enum
'Usage
Dim instance As SshPrivateKeyFormat
public enum SshPrivateKeyFormat : System.Enum
'Declaration
Public Enum SshPrivateKeyFormat Inherits System.Enum
'Usage
Dim instance As SshPrivateKeyFormat
public enum SshPrivateKeyFormat : System.Enum
Member | Description |
---|---|
OpenSsh | The key should be exported in the OpenSsh format |
Pkcs8 | The key should be exported in the Pkcs8 format |
Putty | The key should be exported in the Putty format |
Unknown | The export format has not been specified |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.SshPrivateKeyFormat
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2