GetToken Method
GetToken(string, string, string, string)
Gets the token corresponding to a SPN.
Declaration
byte[] GetToken(string spn, string username, string password, string domain)
Parameters
string | spn | The SPN. |
string | username | An optional username. |
string | password | An optional password. |
string | domain | An optional domain. |
Returns
byte[] | The token bytes. |