.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.Audit Class Reference

A class which is used to report events which have security implications. More...

Static Public Member Functions

static void SecureChannelCreated (string implementationInfo, string endpointUrl, string secureChannelId, EndpointDescription endpoint, X509Certificate2 clientCertificate, X509Certificate2 serverCertificate)
 Called when a secure channel is created by the client. More...
 
static void SecureChannelRenewed (string implementationInfo, string secureChannelId)
 Called when a secure channel is renewed by the client. More...
 

Detailed Description

A class which is used to report events which have security implications.

Member Function Documentation

static void UnifiedAutomation.UaBase.Audit.SecureChannelCreated ( string  implementationInfo,
string  endpointUrl,
string  secureChannelId,
EndpointDescription  endpoint,
X509Certificate2  clientCertificate,
X509Certificate2  serverCertificate 
)
inlinestatic

Called when a secure channel is created by the client.

Parameters
implementationInfoInformation about the secure channel implementation.
endpointUrlThe identifier assigned to the secure channel
secureChannelIdThe identifier assigned to the secure channel
endpointThe endpoint.
clientCertificateThe client certificate.
serverCertificateThe server certificate.
static void UnifiedAutomation.UaBase.Audit.SecureChannelRenewed ( string  implementationInfo,
string  secureChannelId 
)
inlinestatic

Called when a secure channel is renewed by the client.

Parameters
implementationInfoInformation about the secure channel implementation.
secureChannelIdThe identifier assigned to the secure channel.

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