| ICertificateAuthenticationProviderAuthenticate Method |
Implementor must authenticate user by certificate in own application authentication mechanizm.
Namespace:
ASDSoft.WebSigner.Server
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax Remarks
If authentication success, implementor must create and store user principal, for example in HttpContext.Current.User.
Method called by infrastructure after success signing
LoginContent type content.
See Also