Opc.Ua.Core
SecureChannelRenewed Method



Opc.Ua.Security Namespace > Audit Class : SecureChannelRenewed Method
Information about the secure channel implementation.
The identifier assigned to the secure channel.
Called when a secure channel is renewed by the client.
Syntax
'Declaration
 
Public Shared Sub SecureChannelRenewed( _
   ByVal implementationInfo As String, _
   ByVal secureChannelId As String _
) 
'Usage
 
Dim implementationInfo As String
Dim secureChannelId As String
 
Audit.SecureChannelRenewed(implementationInfo, secureChannelId)
public static void SecureChannelRenewed( 
   string implementationInfo,
   string secureChannelId
)
public:
static void SecureChannelRenewed( 
   String^ implementationInfo,
   String^ secureChannelId
) 

Parameters

implementationInfo
Information about the secure channel implementation.
secureChannelId
The identifier assigned to the secure 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