PowerTCP SSH and SFTP for .NET
PublicKeyAuthAlgorithm Enumeration




Members of this enumeration represent the different public key authentication algorithms available when using an RSA key for authentication.
Syntax
'Declaration
 
Public Enum PublicKeyAuthAlgorithm 
   Inherits System.Enum
'Usage
 
Dim instance As PublicKeyAuthAlgorithm
public enum PublicKeyAuthAlgorithm : System.Enum 
__value public enum PublicKeyAuthAlgorithm : public System.Enum 
public enum class PublicKeyAuthAlgorithm : public System.Enum 
Members
MemberDescription
Auto Will use the first matching result from the "server-sig-algs" extension if sent/supported. Otherwise, willl use Rsa_Sha2_256.
Dss_Ssh Legacy Dss-ssh public key authentication algorithm.
Rsa_Sha2_256 Default Rsa-Sah2-256 public key authentication algorithm.
Rsa_Sha2_512 Rsa-Sha512- public key authentication algorithm.
Rsa_Ssh Legacy rsa-ssh public key authentication algorithm.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Ssh.PublicKeyAuthAlgorithm

See Also

Reference

Dart.Ssh Namespace


PowerTCP SSH and SFTP for .NET Documentation Version 8.0
© 2025 Dart Communications. All Rights Reserved.
Send comments on this topic