.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaClient.CredentialsRequiredEventArgs Class Reference

The arguments passed with a CredentialsRequiredEventArgs event. More...

Inherits EventArgs.

Public Member Functions

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

Properties

UserIdentity Credentials [get, set]
 Gets or sets the credentials. More...
 
bool SingleUse [get, set]
 Gets or sets a flag indicating whether the credentials can only be used once. More...
 
bool CancelConnect [get, set]
 Gets or sets a flag indicating whether the attempt to connect should be aborted. More...
 

Detailed Description

The arguments passed with a CredentialsRequiredEventArgs event.

Constructor & Destructor Documentation

UnifiedAutomation.UaClient.CredentialsRequiredEventArgs.CredentialsRequiredEventArgs ( UserIdentity  credentials)
inline

Initializes a new instance of the CredentialsRequiredEventArgs class.

Property Documentation

bool UnifiedAutomation.UaClient.CredentialsRequiredEventArgs.CancelConnect
getset

Gets or sets a flag indicating whether the attempt to connect should be aborted.

UserIdentity UnifiedAutomation.UaClient.CredentialsRequiredEventArgs.Credentials
getset

Gets or sets the credentials.

bool UnifiedAutomation.UaClient.CredentialsRequiredEventArgs.SingleUse
getset

Gets or sets a flag indicating whether the credentials can only be used once.


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