Click or drag to resize
SoRemoteVizClientSecurityProtocols Enumeration

Each enumeration represents a security protocol.

Namespace: OIV.RemoteViz.Clients.Nodes
Assembly: OIV.RemoteViz.Client (in OIV.RemoteViz.Client.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum SecurityProtocols
Members
  Member nameValueDescription
SSLv21
SSLv32
TLSv14
TLSv1_18
TLSv1_216
TLSv1_332
Remarks

Use enableSecureConnection to enable them.

See Also