UA Bundle SDK .NET  2.2.0.255
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
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...
 

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.


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