Applies to
TokenRequest and OAuthRequest objects
Description
Specifies the secure protocol with the integer value. Values are:
0 – All secure protocols. This is a default value.
1 – TLS1.0;
2 – TLS1.1;
3 – TLS1.2.
Usage
In scripts
The SecureProtocol property takes an integer value. The following example sets the SecureProtocol property to TLS 1.0:
TokenRequest lnv_TokenRequest lnv_TokenRequest.secureprotocol = 1