'Declaration
Public Shared Sub SecureChannelCreated( _ ByVal implementationInfo As String, _ ByVal endpointUrl As String, _ ByVal secureChannelId As String, _ ByVal endpoint As EndpointDescription, _ ByVal clientCertificate As X509Certificate2, _ ByVal serverCertificate As X509Certificate2, _ ByVal encodingSupport As BinaryEncodingSupport _ )
'Usage
Dim implementationInfo As String Dim endpointUrl As String Dim secureChannelId As String Dim endpoint As EndpointDescription Dim clientCertificate As X509Certificate2 Dim serverCertificate As X509Certificate2 Dim encodingSupport As BinaryEncodingSupport Audit.SecureChannelCreated(implementationInfo, endpointUrl, secureChannelId, endpoint, clientCertificate, serverCertificate, encodingSupport)
public static void SecureChannelCreated( string implementationInfo, string endpointUrl, string secureChannelId, EndpointDescription endpoint, X509Certificate2 clientCertificate, X509Certificate2 serverCertificate, BinaryEncodingSupport encodingSupport )
public: static void SecureChannelCreated( String^ implementationInfo, String^ endpointUrl, String^ secureChannelId, EndpointDescription^ endpoint, X509Certificate2^ clientCertificate, X509Certificate2^ serverCertificate, BinaryEncodingSupport encodingSupport )
Parameters
- implementationInfo
- Information about the secure channel implementation.
- endpointUrl
- The identifier assigned to the secure channel
- secureChannelId
- The identifier assigned to the secure channel
- endpoint
- The endpoint.
- clientCertificate
- The client certificate.
- serverCertificate
- The server certificate.
- encodingSupport
- The type of encoding supported by the channel.