Opc.Ua.Core
Current Property (SecureChannelContext)



Opc.Ua Namespace > SecureChannelContext Class : Current Property
The active secure channel for the thread.
Syntax
'Declaration
 
Public Shared Property Current As SecureChannelContext
'Usage
 
Dim value As SecureChannelContext
 
SecureChannelContext.Current = value
 
value = SecureChannelContext.Current
public static SecureChannelContext Current {get; set;}
public:
static property SecureChannelContext^ Current {
   SecureChannelContext^ get();
   void set (    SecureChannelContext^ value);
}

Property Value

The current secure channel context.
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

SecureChannelContext Class
SecureChannelContext Members