SecurityMode Enumeration |  |
Enumeration of the possible security modes used by the
DataPublisher to secure data
sent over the command channel in STTP.
Namespace: sttp.transportAssembly: sttp.net (in sttp.net.dll) Version: 1.0.0
SyntaxPublic Enumeration SecurityMode
public enum class SecurityMode
Request Example
MembersMember name | Value | Description |
---|
Off | 0 |
Defines security mode where data will be sent over the wire unencrypted.
|
TLS | 1 |
Defines security mode where data will be sent over wire using Transport Layer Security (TLS).
|
See Also