AsTicketViaProxy Method
Overloads
| AsTicketViaProxy(String, Boolean) |
Authenticate using an ticket retrieved from a Qlik Proxy Service (QPS). |
AsTicketViaProxy(String, Boolean)
Authenticate using an ticket retrieved from a Qlik Proxy Service (QPS).
Declaration
void AsTicketViaProxy(string ticket, bool certificateValidation = true)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | ticket |
The ticket returned by QPS. |
| System.Boolean | certificateValidation |
Indicates if invalid certificates should be ignored |