'Declaration
Public Enum SshPublicKeyFormat Inherits System.Enum
'Usage
Dim instance As SshPublicKeyFormat
public enum SshPublicKeyFormat : System.Enum
'Declaration
Public Enum SshPublicKeyFormat Inherits System.Enum
'Usage
Dim instance As SshPublicKeyFormat
public enum SshPublicKeyFormat : System.Enum
Member | Description |
---|---|
OpenSSH | The key should be exported in the OpenSSH compatible format |
SSH2 | The key should be exported in the SSH2 format |
SSH2Base64 | The key should be exported in the Base64-encoded SSH2 public key format. |
Unknown | The export format has not been specified |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.SshPublicKeyFormat
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