Opc.Ua.Core
ReportAuditOpenSecureChannelEvent Method (ServerBase)



Opc.Ua Namespace > ServerBase Class : ReportAuditOpenSecureChannelEvent Method
Syntax
'Declaration
 
Public Overridable 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 ServerBase
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)
public virtual void ReportAuditOpenSecureChannelEvent( 
   string globalChannelId,
   EndpointDescription endpointDescription,
   OpenSecureChannelRequest request,
   X509Certificate2 clientCertificate,
   Exception exception
)
public:
virtual void ReportAuditOpenSecureChannelEvent( 
   String^ globalChannelId,
   EndpointDescription^ endpointDescription,
   OpenSecureChannelRequest^ request,
   X509Certificate2^ clientCertificate,
   Exception^ exception
) 

Parameters

globalChannelId
endpointDescription
request
clientCertificate
exception
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

ServerBase Class
ServerBase Members