NET SFTP Library
SshPrivateKeyType Enumeration






KellermanSoftware.NetSFtpLibrary.Interfaces Namespace : SshPrivateKeyType Enumeration
Syntax
'Declaration
 
Public Enum SshPrivateKeyType 
   Inherits System.Enum
'Usage
 
Dim instance As SshPrivateKeyType
public enum SshPrivateKeyType : System.Enum 
public enum SshPrivateKeyType = class(System.Enum)
public enum SshPrivateKeyType extends System.Enum
__value public enum SshPrivateKeyType : public System.Enum 
public enum class SshPrivateKeyType : public System.Enum 
Members
MemberDescription
Ietf 
OpenSsh 
Putty 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetSFtpLibrary.Interfaces.SshPrivateKeyType

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

KellermanSoftware.NetSFtpLibrary.Interfaces Namespace