'Declaration
Public Delegate Sub ReportAuditOpenSecureChannelEventHandler( _ ByVal channel As TcpServerChannel, _ ByVal request As OpenSecureChannelRequest, _ ByVal clientCertificate As X509Certificate2, _ ByVal exception As Exception _ )
'Usage
Dim instance As New ReportAuditOpenSecureChannelEventHandler(AddressOf HandlerMethod)
public delegate void ReportAuditOpenSecureChannelEventHandler( TcpServerChannel channel, OpenSecureChannelRequest request, X509Certificate2 clientCertificate, Exception exception )
public delegate void ReportAuditOpenSecureChannelEventHandler( TcpServerChannel^ channel, OpenSecureChannelRequest^ request, X509Certificate2^ clientCertificate, Exception^ exception )
Parameters
- channel
- request
- clientCertificate
- exception