ISecureContextData Interface

Summary

Enables a context participant to securely get and set context data. The data is represented as a set of items, each of which is structured as a name/value pair. The context data for all subjects - common as well as secure - can be accessed via this interface.

Syntax
C#
VB
C++
[InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType)] 
[GuidAttribute("6F530680-BC14-11D1-90B1-76C60D000000")] 
public interface ISecureContextData 
<InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType),  
 GuidAttribute("6F530680-BC14-11D1-90B1-76C60D000000")>  
Public Interface ISecureContextData 
public: 
   [InterfaceTypeAttribute(System::Runtime::InteropServices::ComInterfaceType),  
   GuidAttribute(L"6F530680-BC14-11D1-90B1-76C60D000000")] 
   interface class ISecureContextData abstract 

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly