public AuthenticationType AuthenticationMethod { get; set; }Public Property AuthenticationMethod As AuthenticationType
Get
Setpublic:
property AuthenticationType AuthenticationMethod {
AuthenticationType get ();
void set (AuthenticationType value);
}member AuthenticationMethod : AuthenticationType with get, setThis 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.