'Declaration
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 IAuditEventCallback 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)
void ReportAuditOpenSecureChannelEvent( string globalChannelId, EndpointDescription endpointDescription, OpenSecureChannelRequest request, X509Certificate2 clientCertificate, Exception exception )
void ReportAuditOpenSecureChannelEvent( String^ globalChannelId, EndpointDescription^ endpointDescription, OpenSecureChannelRequest^ request, X509Certificate2^ clientCertificate, Exception^ exception )
Parameters
- globalChannelId
- The global unique channel id.
- endpointDescription
- The endpoint description used for the request.
- request
- The incoming OpenSecureChannelRequest
- clientCertificate
- The client certificate.
- exception
- The exception resulted from the open secure channel request.