Opc.Ua.Core
ReportAuditCertificateEvent Method (IAuditEventCallback)



Opc.Ua Namespace > IAuditEventCallback Interface : ReportAuditCertificateEvent Method
The client certificate.
The Exception that triggers a certificate audit event.
Report certificate audit event.
Syntax
'Declaration
 
Sub ReportAuditCertificateEvent( _
   ByVal clientCertificate As X509Certificate2, _
   ByVal exception As Exception _
) 
'Usage
 
Dim instance As IAuditEventCallback
Dim clientCertificate As X509Certificate2
Dim exception As Exception
 
instance.ReportAuditCertificateEvent(clientCertificate, exception)
void ReportAuditCertificateEvent( 
   X509Certificate2 clientCertificate,
   Exception exception
)
void ReportAuditCertificateEvent( 
   X509Certificate2^ clientCertificate,
   Exception^ exception
) 

Parameters

clientCertificate
The client certificate.
exception
The Exception that triggers a certificate audit event.
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