JAMS Developer Guide
SshPrivateKeyFormat Enumeration


MVPSI.JAMS Namespace : SshPrivateKeyFormat Enumeration
Defines the format that the SSH private key should be exported in.
Syntax
'Declaration
 
Public Enum SshPrivateKeyFormat 
   Inherits System.Enum
'Usage
 
Dim instance As SshPrivateKeyFormat
public enum SshPrivateKeyFormat : System.Enum 
Members
MemberDescription
OpenSshThe key should be exported in the OpenSsh format
Pkcs8The key should be exported in the Pkcs8 format
PuttyThe key should be exported in the Putty format
UnknownThe export format has not been specified
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.SshPrivateKeyFormat

Requirements

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

See Also

Reference

MVPSI.JAMS Namespace