Click or drag to resize
ServiceSettingsSecurityProtocols Enumeration

Each enumeration represents a security protocol.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public enum SecurityProtocols
Members
  Member nameValueDescription
SSLv21
SSLv32
TLSv14
TLSv1_18
TLSv1_216
TLSv1_332
Remarks

Use enableSecureConnection to enable them.

See Also