IAuthenticationRepositoryService Interface

Summary

The authentication repository service used by web applications to securely interact with the repository to store and retrieve user authentication data.

Syntax
C#
VB
C++
[ServiceContractAttribute(Name="IAuthenticationRepositoryService")] 
public interface IAuthenticationRepositoryService : IBaseService 
<ServiceContractAttribute("IAuthenticationRepositoryService")> 
Public Interface IAuthenticationRepositoryService  
   Inherits IBaseService  
[ServiceContractAttribute("IAuthenticationRepositoryService")] 
public interface class IAuthenticationRepositoryService : public IBaseService   

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.Services Assembly