High Performance OPC UA Server SDK  1.1.0.158
ua_trustlistmasks

Defines the values used for the SpecifiedLists field in the TrustListDataType. More...

Enumerations

enum  ua_trustlistmasks {
  UA_TRUSTLISTMASKS_NONE = 0, UA_TRUSTLISTMASKS_TRUSTEDCERTIFICATES = 1, UA_TRUSTLISTMASKS_TRUSTEDCRLS = 2, UA_TRUSTLISTMASKS_ISSUERCERTIFICATES = 4,
  UA_TRUSTLISTMASKS_ISSUERCRLS = 8, UA_TRUSTLISTMASKS_ALL = 15, UA_TRUSTLISTMASKS_MAX_ENUM_VALUE = INT32_MAX
}
 Defines the values used for the SpecifiedLists field in the TrustListDataType. More...
 

Functions

const char * ua_trustlistmasks_to_string (enum ua_trustlistmasks trustlistmasks)
 

Detailed Description

Defines the values used for the SpecifiedLists field in the TrustListDataType.

Enumeration Type Documentation

Defines the values used for the SpecifiedLists field in the TrustListDataType.

Enumerator
UA_TRUSTLISTMASKS_NONE 

No fields are provided.

UA_TRUSTLISTMASKS_TRUSTEDCERTIFICATES 

The TrustedCertificates are provided.

UA_TRUSTLISTMASKS_TRUSTEDCRLS 

The TrustedCrls are provided.

UA_TRUSTLISTMASKS_ISSUERCERTIFICATES 

The IssuerCertificates are provided.

UA_TRUSTLISTMASKS_ISSUERCRLS 

The IssuerCrls are provided.

UA_TRUSTLISTMASKS_ALL 

All fields are provided.