'Declaration Public Function New( _ ByVal host As String, _ ByVal port As Integer, _ ByVal user As String, _ ByVal password As String, _ ByVal cipherList As String, _ ByVal privateKey As String, _ ByVal passphrase As String, _ ByVal authenticationType As SshAuthenticationType, _ ByVal hostKeys As String _ )
public SshOptions( string host, int port, string user, string password, string cipherList, string privateKey, string passphrase, SshAuthenticationType authenticationType, string hostKeys )
Parameters
- host
- port
- user
- password
- cipherList
- privateKey
- passphrase
- authenticationType
- hostKeys