7.20 MessageSecurityMode

The MessageSecurityMode is an enumeration that specifies what security should be applied to messages exchanges during a Session. The possible values are described in Table 139.

Table 139 – MessageSecurityMode values
NameValueDescription
INVALID0

The MessageSecurityMode is invalid.

This value is the default value to avoid an accidental choice of no security is applied. This choice will always be rejected.

NONE1No security is applied.
SIGN2All messages are signed but not encrypted.
SIGNANDENCRYPT3All messages are signed and encrypted.