SSHSCPClientAuthenticationMethod Property
Get or set the current authentication method being used.
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public AuthenticationType AuthenticationMethod { get; set; }
Public Property AuthenticationMethod As AuthenticationType
Get
Set
public:
property AuthenticationType AuthenticationMethod {
AuthenticationType get ();
void set (AuthenticationType value);
}
member AuthenticationMethod : AuthenticationType with get, set
Property Value
AuthenticationType Note that the different authentication types also have
various required properties associated with them that are required
to be set.