OpcSecurityMode Enum

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines mechanisms to secure the message exchange.

C#

public enum OpcSecurityMode


Inheritance ObjectValueTypeEnum › OpcSecurityMode

Name Value Description
Invalid 0 Identifies invalid security configurations.
None 1 The message exchange using a security policy with this mode is not protected through any security mechanism.
Sign 2 The message exchange using a security policy with this mode is protected through a signature.
SignAndEncrypt 3 The message exchange using a security policy with this mode is protected through a signature and encryption (see OpcSecurityAlgorithm).