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

SecureFTPConnectionAuthenticationMethod Property

[SFTP/SCP Only] The current authentication method being used.

Definition

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

Property Value

AuthenticationType

Remarks

This property applies to SFTP only. Use the Protocol property to select the protocol.

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

See Also