NET SFTP Library
SshKeyAlgorithm Enumeration






KellermanSoftware.NetSFtpLibrary.Interfaces Namespace : SshKeyAlgorithm Enumeration
Algorithim for key usage
Syntax
'Declaration
 
Public Enum SshKeyAlgorithm 
   Inherits System.Enum
'Usage
 
Dim instance As SshKeyAlgorithm
public enum SshKeyAlgorithm : System.Enum 
public enum SshKeyAlgorithm = class(System.Enum)
public enum SshKeyAlgorithm extends System.Enum
__value public enum SshKeyAlgorithm : public System.Enum 
public enum class SshKeyAlgorithm : public System.Enum 
Members
MemberDescription
Dsa 
Rsa 
Inheritance Hierarchy

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

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