Opc.Ua.Core
SecureChannelContext Property



Opc.Ua Namespace > IEndpointIncomingRequest Interface : SecureChannelContext Property
Gets the secure channel context associated with the request.
Syntax
'Declaration
 
ReadOnly Property SecureChannelContext As SecureChannelContext
'Usage
 
Dim instance As IEndpointIncomingRequest
Dim value As SecureChannelContext
 
value = instance.SecureChannelContext
SecureChannelContext SecureChannelContext {get;}
property SecureChannelContext^ SecureChannelContext {
   SecureChannelContext^ get();
}

Property Value

The 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

IEndpointIncomingRequest Interface
IEndpointIncomingRequest Members