edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

AuthenticationType Enumeration

Available types of client authentication

Namespace:  EnterpriseDT.Net.Ssh
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.1.1.0
Syntax
public enum AuthenticationType
Members
  Member nameValueDescription
PublicKey2Public key authentication
Password3Password authentication
KeyboardInteractive4Keyboard-interactive authentication
PublicKeyAndPassword5Public key followed by password
See Also