UAUserIdentityToken

Overview

Type:

Structure

Available as of:

V1.0.0.0

Inherits from:

-

Attribute:

'pack_mode' := '1'

Description

The structure UAUserIdentityToken is used to provide the information to authenticate at the OPC UA server while establishing connection.

Structure Elements

Name

Data type

Description

UserIdentityTokenType

UAUserIdentityTokenType

Identity token to authenticate a user during the creation of a session.

Default value: UAUITT_Username

TokenParam1

STRING [255]

Parameter for token type:

  • UAUITT_Username: Username

  • UAUITT_x509: The given value is ignored.

TokenParam2

STRING [255]

Parameter for token type:

  • UAUITT_Username: Password

  • UAUITT_x509: Name of the certificate file

Also refer to Authentication by X.509 Certificates.

Used By

  • UASessionConnectInfo