Click or drag to resize

SecurityMode Enumeration

.NET STTP API
Enumeration of the possible security modes used by the DataPublisher to secure data sent over the command channel in STTP.

Namespace: sttp.transport
Assembly: sttp.net (in sttp.net.dll) Version: 1.0.0
Syntax
public enum SecurityMode
Request Example
Members
Member nameValueDescription
Off0 Defines security mode where data will be sent over the wire unencrypted.
TLS1 Defines security mode where data will be sent over wire using Transport Layer Security (TLS).
See Also