High Performance OPC UA Server SDK  1.2.0.193
ua_securitytokenrequesttype

An enumeration that is defined as the type of the requestType parameter of the OpenSecureChannel request. More...

Enumerations

enum  ua_securitytokenrequesttype { UA_SECURITYTOKENREQUESTTYPE_ISSUE = 0, UA_SECURITYTOKENREQUESTTYPE_RENEW = 1, UA_SECURITYTOKENREQUESTTYPE_MAX_ENUM_VALUE = INT32_MAX }
 An enumeration that is defined as the type of the requestType parameter of the OpenSecureChannel request. More...
 

Functions

const char * ua_securitytokenrequesttype_to_string (enum ua_securitytokenrequesttype securitytokenrequesttype)
 

Detailed Description

An enumeration that is defined as the type of the requestType parameter of the OpenSecureChannel request.

Enumeration Type Documentation

An enumeration that is defined as the type of the requestType parameter of the OpenSecureChannel request.

Enumerator
UA_SECURITYTOKENREQUESTTYPE_ISSUE 

Creates a new security token for a new secure channel.

UA_SECURITYTOKENREQUESTTYPE_RENEW 

Creates a new security token for an existing secure channel.