Opc.Ua.Core
ReportAuditOpenSecureChannelEvent Method (IAuditEventCallback)



Opc.Ua Namespace > IAuditEventCallback Interface : ReportAuditOpenSecureChannelEvent Method
The global unique channel id.
The endpoint description used for the request.
The incoming OpenSecureChannelRequest
The client certificate.
The exception resulted from the open secure channel request.
Report the open secure channel audit event.
Syntax
'Declaration
 
Sub ReportAuditOpenSecureChannelEvent( _
   ByVal globalChannelId As String, _
   ByVal endpointDescription As EndpointDescription, _
   ByVal request As OpenSecureChannelRequest, _
   ByVal clientCertificate As X509Certificate2, _
   ByVal exception As Exception _
) 
 
'Usage
 
Dim instance As IAuditEventCallback
Dim globalChannelId As String
Dim endpointDescription As EndpointDescription
Dim request As OpenSecureChannelRequest
Dim clientCertificate As X509Certificate2
Dim exception As Exception
 
instance.ReportAuditOpenSecureChannelEvent(globalChannelId, endpointDescription, request, clientCertificate, exception)

Parameters

globalChannelId
The global unique channel id.
endpointDescription
The endpoint description used for the request.
request
The incoming OpenSecureChannelRequest
clientCertificate
The client certificate.
exception
The exception resulted from the open secure channel request.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IAuditEventCallback Interface
IAuditEventCallback Members