Skip to content

AuthenticateNtlm

Authenticates the client using NTLM authentication.

1
myRestClient.AuthenticateNtlm(userName: string, password: string):RestClient

Parameters

string userName
    The user name to send. Cannot be null or empty.

string password
    The password to send.

Returns

The current RestClient instance.

See Also