namespace http://opcfoundation.org/UA/
nodeClass DataType
name UserNameIdentityToken
isAbstract false
interface DTUserNameIdentityToken {
    encryptionAlgorithm: UAString;
    password: Buffer;
    policyId: UAString;
    userName: UAString;
}

Hierarchy (view full)

Properties

encryptionAlgorithm: UAString
password: Buffer
policyId: UAString
userName: UAString