SshGssApiCredentials.AccountName Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
AccountName
Gets the user name to submit to the SSH server. Only specify this if you need to use a different name than UserName.
Declaration
public string AccountName { get; set; }
Property Value
Type | Description |
---|---|
String | User name. |