JAMS Developer Guide
SshPublicKeyFormat Enumeration


MVPSI.JAMS Namespace : SshPublicKeyFormat Enumeration
Defines the format that the SSH Public Key should be exported in.
Syntax
'Declaration
 
Public Enum SshPublicKeyFormat 
   Inherits System.Enum
'Usage
 
Dim instance As SshPublicKeyFormat
public enum SshPublicKeyFormat : System.Enum 
Members
MemberDescription
OpenSSHThe key should be exported in the OpenSSH compatible format
SSH2The key should be exported in the SSH2 format
SSH2Base64The key should be exported in the Base64-encoded SSH2 public key format.
UnknownThe export format has not been specified
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.SshPublicKeyFormat

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