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

This complex variable type is used for diagnostic information. More...

Inherits UnifiedAutomation.UaServer.BaseDataVariableModel.

Public Member Functions

 SessionSecurityDiagnosticsModel ()
 Initializes a new instance of the SessionSecurityDiagnosticsModel class. More...
 
 SessionSecurityDiagnosticsModel (SessionSecurityDiagnosticsModel template)
 Initializes a new instance of the SessionSecurityDiagnosticsModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseDataVariableModel
 BaseDataVariableModel ()
 Initializes a new instance of the BaseDataVariableModel class. More...
 
 BaseDataVariableModel (BaseDataVariableModel template)
 Initializes a new instance of the BaseDataVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseVariableModel
 BaseVariableModel ()
 Initializes a new instance of the BaseVariableModel class. More...
 
 BaseVariableModel (BaseVariableModel template)
 Initializes a new instance of the BaseVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ModelControllerBase
virtual ModelHandle GetModelHandle (StringTable namespaceUris, object instance)
 Gets the metadata handle. More...
 
virtual DataValue GetValue (IMapperContext context, ModelMapping mapping)
 Gets the value associated with the mapping. More...
 
virtual bool SetValue (IMapperContext context, ModelMapping mapping, DataValue value)
 Sets the value associated with the mapping. More...
 

Properties

new
SessionSecurityDiagnosticsDataType 
Value [get, set]
 Gets or sets the value. More...
 
string AuthenticationMechanism [get, set]
 Gets or sets the AuthenticationMechanism More...
 
byte[] ClientCertificate [get, set]
 Gets or sets the ClientCertificate More...
 
string[] ClientUserIdHistory [get, set]
 Gets or sets the ClientUserIdHistory More...
 
string ClientUserIdOfSession [get, set]
 Gets or sets the ClientUserIdOfSession More...
 
string Encoding [get, set]
 Gets or sets the Encoding More...
 
MessageSecurityMode SecurityMode [get, set]
 Gets or sets the SecurityMode More...
 
string SecurityPolicyUri [get, set]
 Gets or sets the SecurityPolicyUri More...
 
NodeId SessionId [get, set]
 Gets or sets the SessionId More...
 
string TransportProtocol [get, set]
 Gets or sets the TransportProtocol More...
 
- Properties inherited from UnifiedAutomation.UaServer.BaseVariableModel
object Value [get, set]
 Gets or sets the value. More...
 
- Properties inherited from UnifiedAutomation.UaServer.ModelControllerBase
ModelHandle ModelHandle [get, set]
 Gets or sets the metadata handle. More...
 
object UserData [get, set]
 Gets or sets the user data. More...
 

Detailed Description

This complex variable type is used for diagnostic information.

Its data variables reflect its data type, having the same semantic (see UnifiedAutomation.UaBase.SessionSecurityDiagnosticsDataType). Since this information is security-related, it should not be made accessible to all users, but only to authorised users.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.SessionSecurityDiagnosticsModel.SessionSecurityDiagnosticsModel ( )
inline

Initializes a new instance of the SessionSecurityDiagnosticsModel class.

UnifiedAutomation.UaServer.SessionSecurityDiagnosticsModel.SessionSecurityDiagnosticsModel ( SessionSecurityDiagnosticsModel  template)
inline

Initializes a new instance of the SessionSecurityDiagnosticsModel class.

Parameters
templateThe template.

Property Documentation

string UnifiedAutomation.UaServer.SessionSecurityDiagnosticsModel.AuthenticationMechanism
getset

Gets or sets the AuthenticationMechanism

byte [] UnifiedAutomation.UaServer.SessionSecurityDiagnosticsModel.ClientCertificate
getset

Gets or sets the ClientCertificate

string [] UnifiedAutomation.UaServer.SessionSecurityDiagnosticsModel.ClientUserIdHistory
getset

Gets or sets the ClientUserIdHistory

string UnifiedAutomation.UaServer.SessionSecurityDiagnosticsModel.ClientUserIdOfSession
getset

Gets or sets the ClientUserIdOfSession

string UnifiedAutomation.UaServer.SessionSecurityDiagnosticsModel.Encoding
getset

Gets or sets the Encoding

MessageSecurityMode UnifiedAutomation.UaServer.SessionSecurityDiagnosticsModel.SecurityMode
getset

Gets or sets the SecurityMode

string UnifiedAutomation.UaServer.SessionSecurityDiagnosticsModel.SecurityPolicyUri
getset

Gets or sets the SecurityPolicyUri

NodeId UnifiedAutomation.UaServer.SessionSecurityDiagnosticsModel.SessionId
getset

Gets or sets the SessionId

string UnifiedAutomation.UaServer.SessionSecurityDiagnosticsModel.TransportProtocol
getset

Gets or sets the TransportProtocol

new SessionSecurityDiagnosticsDataType UnifiedAutomation.UaServer.SessionSecurityDiagnosticsModel.Value
getset

Gets or sets the value.


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