NET SFTP Library
SshPublicKeyType Enumeration






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

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

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