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

SSHSCPClientAuthenticationMethod Property

Get or set the current authentication method being used.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public AuthenticationType AuthenticationMethod { get; set; }

Property Value

AuthenticationType

Remarks

Note that the different authentication types also have various required properties associated with them that are required to be set.

See Also