Opc.Ua.Core
ReviseSecurityMode Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class : ReviseSecurityMode Method
Checks if it is possible to revise the security mode.
Syntax
'Declaration
 
Protected Sub ReviseSecurityMode( _
   ByVal firstCall As Boolean, _
   ByVal requestedMode As MessageSecurityMode _
) 
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim firstCall As Boolean
Dim requestedMode As MessageSecurityMode
 
instance.ReviseSecurityMode(firstCall, requestedMode)
protected void ReviseSecurityMode( 
   bool firstCall,
   MessageSecurityMode requestedMode
)
protected:
void ReviseSecurityMode( 
   bool firstCall,
   MessageSecurityMode requestedMode
) 

Parameters

firstCall
requestedMode
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

UaSCUaBinaryChannel Class
UaSCUaBinaryChannel Members