ServiceSettingsSecurityProtocols Enumeration |
Each enumeration represents a security protocol.
Namespace: OIV.RemoteViz.Rendering
Member name | Value | Description | |
---|---|---|---|
SSLv2 | 1 | ||
SSLv3 | 2 | ||
TLSv1 | 4 | ||
TLSv1_1 | 8 | ||
TLSv1_2 | 16 | ||
TLSv1_3 | 32 |
Use enableSecureConnection to enable them.