SshGssApiCredentials.Domain Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Domain
Gets the 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.
Declaration
public string Domain { get; set; }
Property Value
Type | Description |
---|---|
String | Domain. |