Click or drag to resize

ICertificateAuthenticationProvider Interface

Interface for authenticate user to hosted application by certificate signing text.

Namespace:  ASDSoft.WebSigner.Server
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public interface ICertificateAuthenticationProvider

The ICertificateAuthenticationProvider type exposes the following members.

Methods
  NameDescription
Public methodAuthenticate
Implementor must authenticate user by certificate in own application authentication mechanizm.
Top
See Also