SshGssApiCredentials.UserName Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
UserName
Gets the user name. If it is set to null ('Nothing' in VB.NET), integrated authentication (single sign-on) will be used.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
String | User name. |