.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.ImpersonateEventArgs Class Reference

A class which provides the event arguments for session related event. More...

Inherits EventArgs.

Public Member Functions

 ImpersonateEventArgs (UserIdentityToken newIdentity, UserTokenPolicy userTokenPolicy)
 Creates a new instance. More...
 

Properties

UserIdentityToken NewIdentity [get]
 The new user identity for the session. More...
 
UserTokenPolicy UserTokenPolicy [get]
 The user token policy selected by the client. More...
 
UserIdentity Identity [get, set]
 An application defined handle that can be used for access control operations. More...
 
UserIdentity EffectiveIdentity [get, set]
 An application defined handle that can be used for access control operations. More...
 
StatusCode IdentityValidationError [get, set]
 Set to indicate that an error occurred validating the identity and that it should be rejected. More...
 

Detailed Description

A class which provides the event arguments for session related event.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.ImpersonateEventArgs.ImpersonateEventArgs ( UserIdentityToken  newIdentity,
UserTokenPolicy  userTokenPolicy 
)
inline

Creates a new instance.

Property Documentation

UserIdentity UnifiedAutomation.UaServer.ImpersonateEventArgs.EffectiveIdentity
getset

An application defined handle that can be used for access control operations.

UserIdentity UnifiedAutomation.UaServer.ImpersonateEventArgs.Identity
getset

An application defined handle that can be used for access control operations.

StatusCode UnifiedAutomation.UaServer.ImpersonateEventArgs.IdentityValidationError
getset

Set to indicate that an error occurred validating the identity and that it should be rejected.

UserIdentityToken UnifiedAutomation.UaServer.ImpersonateEventArgs.NewIdentity
get

The new user identity for the session.

UserTokenPolicy UnifiedAutomation.UaServer.ImpersonateEventArgs.UserTokenPolicy
get

The user token policy selected by the client.


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