SshGssApiCredentials Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
SshGssApiCredentials()
Creates a new SshGssApiCredentials instance.
Declaration
public SshGssApiCredentials()
SshGssApiCredentials(String, String, String)
Creates a new SshGssApiCredentials instance and initializes it with the specified credentials.
Declaration
public SshGssApiCredentials(string userName, string password, string domain)
Parameters
Type | Name | Description |
---|---|---|
String | userName | The user name. If it is set to null ('Nothing' in VB.NET), integrated authentication (single sign-on) will be used. |
String | password | User's password. |
String | domain | User's domain. If it is set to null ('Nothing' in VB.NET), it will be determined from the user name. If not available, the default domain will be used. |