Opc.Ua.Core
ReportAuditCertificateEvent Method (EndpointBase)



Opc.Ua Namespace > EndpointBase Class : ReportAuditCertificateEvent Method
Syntax
'Declaration
 
Public Sub ReportAuditCertificateEvent( _
   ByVal clientCertificate As X509Certificate2, _
   ByVal exception As Exception _
) 
'Usage
 
Dim instance As EndpointBase
Dim clientCertificate As X509Certificate2
Dim exception As Exception
 
instance.ReportAuditCertificateEvent(clientCertificate, exception)
public void ReportAuditCertificateEvent( 
   X509Certificate2 clientCertificate,
   Exception exception
)
public:
void ReportAuditCertificateEvent( 
   X509Certificate2^ clientCertificate,
   Exception^ exception
) 

Parameters

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