ISecureBinding Interface

Summary

Enables a component to exchange security-related credentials with another component for subsequent use in interactions that need to be secure.

Syntax
C#
VB
C++
[InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType)] 
[GuidAttribute("F933331D-91C6-11D2-AB9F-4471FBC00000")] 
public interface ISecureBinding 
<InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType),  
 GuidAttribute("F933331D-91C6-11D2-AB9F-4471FBC00000")>  
Public Interface ISecureBinding 
public: 
   [InterfaceTypeAttribute(System::Runtime::InteropServices::ComInterfaceType),  
   GuidAttribute(L"F933331D-91C6-11D2-AB9F-4471FBC00000")] 
   interface class ISecureBinding abstract 

Example

For an example refer to InitializeBinding.

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