ConnectionHandler.GetUserCredentials (METH)

METHOD GetUserCredentials : CmpOPCUAStack_Interfaces.OpcUa_StatusCode

This callback is called when user credentials are needed to connect to the UA server.

InOut:

Scope

Name

Type

Comment

Return

GetUserCredentials

CmpOPCUAStack_Interfaces.OpcUa_StatusCode

Input

hConnection

SysTypes.RTS_IEC_HANDLE

Handle to the UA connection.

pUserToken

POINTER TO OPCUAClientUserToken

Pointer to the user token data structure that needs to be filled up. Don’t return your own pointer here.