AsNtlmUserViaProxy Method
Overloads
| AsNtlmUserViaProxy(NetworkCredential, Boolean) | 
             Defining the location as a connection to Qlik Sense using NTLM Authentication.  | 
        
      
    
AsNtlmUserViaProxy(NetworkCredential, Boolean)
Defining the location as a connection to Qlik Sense using NTLM Authentication.
Declaration
      void AsNtlmUserViaProxy(NetworkCredential loginCredentials = null, bool certificateValidation = true)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Net.NetworkCredential | loginCredentials | 
           Authentication with custom credentials.  | 
      
| System.Boolean | certificateValidation | 
           Indicates if invalid certificates should be ignored.  |