IAuthenticationRepository Interface

Summary

Used by applications to securely interact with the repository to store and retrieve user authentication data.

Syntax
C#
VB
C++
[InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType)] 
[GuidAttribute("12B28736-2895-11d2-BD6E-0060B0573ADC")] 
public interface IAuthenticationRepository 
<InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType),  
 GuidAttribute("12B28736-2895-11d2-BD6E-0060B0573ADC")>  
Public Interface IAuthenticationRepository 
public: 
   [InterfaceTypeAttribute(System::Runtime::InteropServices::ComInterfaceType),  
   GuidAttribute(L"12B28736-2895-11d2-BD6E-0060B0573ADC")] 
   interface class IAuthenticationRepository 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