edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
[SFTP/SCP Only] The current authentication method being used.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public AuthenticationType AuthenticationMethod { get; set; }
Visual Basic
Public Property AuthenticationMethod As AuthenticationType
	Get
	Set
Visual C++
public:
property AuthenticationType AuthenticationMethod {
	AuthenticationType get ();
	void set (AuthenticationType value);
}

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