Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Overview

Authenticates the client with NTLM mechanism.

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

Arguments

string userName
User name to be sent. Cannot be null or empty.
string password
Password to be sent.
  • No labels