Opc.Ua.Core
ReportAuditOpenSecureChannelEvent Method (EndpointBase)



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

EndpointBase Class
EndpointBase Members