Visual Basic (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 _ ) |
C# | |
---|---|
public static void SecureChannelCreated( string implementationInfo, string endpointUrl, string secureChannelId, EndpointDescription endpoint, X509Certificate2 clientCertificate, X509Certificate2 serverCertificate, BinaryEncodingSupport encodingSupport ) |
Parameters
- implementationInfo
- endpointUrl
- secureChannelId
- endpoint
- clientCertificate
- serverCertificate
- encodingSupport
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family