.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaClient.UserIdentity Class Reference

A user identity. More...

Public Member Functions

 UserIdentity ()
 Initializes a new instance of the UserIdentity class. More...
 

Properties

UserIdentityType IdentityType [get, set]
 Gets or sets the type of the identity. More...
 
string UserName [get, set]
 Gets or sets the name of the user. More...
 
string Password [get, set]
 Gets or sets the password. More...
 
ICertificate Certificate [get, set]
 Gets or sets the certificate. More...
 
string XmlTokenType [get, set]
 Gets or sets the URI specifying the format of the WS-* compliant XML token. More...
 
string XmlToken [get, set]
 Gets or sets the WS-* compliant XML token. More...
 

Detailed Description

A user identity.

Constructor & Destructor Documentation

UnifiedAutomation.UaClient.UserIdentity.UserIdentity ( )
inline

Initializes a new instance of the UserIdentity class.

Property Documentation

ICertificate UnifiedAutomation.UaClient.UserIdentity.Certificate
getset

Gets or sets the certificate.

The certificate.

UserIdentityType UnifiedAutomation.UaClient.UserIdentity.IdentityType
getset

Gets or sets the type of the identity.

The type of the identity.

string UnifiedAutomation.UaClient.UserIdentity.Password
getset

Gets or sets the password.

The password.

string UnifiedAutomation.UaClient.UserIdentity.UserName
getset

Gets or sets the name of the user.

The name of the user.

string UnifiedAutomation.UaClient.UserIdentity.XmlToken
getset

Gets or sets the WS-* compliant XML token.

The WS-* compliant XML token.

string UnifiedAutomation.UaClient.UserIdentity.XmlTokenType
getset

Gets or sets the URI specifying the format of the WS-* compliant XML token.

The URI specifying the format of the WS-* compliant XML token.


The documentation for this class was generated from the following file: