'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.