Enum UaEndpointSecurityMode
Defines the security modes available for an OPC UA Endpoint.
[Flags]
public enum UaEndpointSecurityMode
Fields
None = 0No security applied to the endpoint.
Sign = 1Messages are signed but not encrypted.
SignAndEncrypt = 2Messages are both signed and encrypted.
SignOrSignAndEncrypt = Sign | SignAndEncryptAllows either Sign or SignAndEncrypt.