UseCSRFToken
Specifies whether the connection uses a CSRF token.
Data Type
bool
Default Value
false
Remarks
When set to true, the connection includes a CSRF token to help protect against cross-site request forgery (CSRF) attacks.
When set to false, no CSRF token is included.
This property is useful for environments that require additional CSRF protection during authentication.