edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

AuthenticationType Enumeration

Available types of client authentication

Definition

Namespace: EnterpriseDT.Net.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public enum AuthenticationType

Members

PublicKey2Public key authentication
Password3Password authentication
KeyboardInteractive4Keyboard-interactive authentication
PublicKeyAndPassword5Public key followed by password

See Also