Opc.Ua.Core
SecureChannelCreated Method



Opc.Ua.Security Namespace > Audit Class : SecureChannelCreated Method
Information about the secure channel implementation.
The identifier assigned to the secure channel
The identifier assigned to the secure channel
The endpoint.
The client certificate.
The server certificate.
The type of encoding supported by the channel.
Called when a secure channel is created by the client.
Syntax
'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)

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.
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

Audit Class
Audit Members