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