![]() | SignerBaseTIdentification Class |
Namespace: ASDSoft.WebSigner.Server
public abstract class SignerBase<TIdentification> : SignerBase
The SignerBaseTIdentification type exposes the following members.
Name | Description | |
---|---|---|
![]() | SignerBaseTIdentification | Initializes a new instance of the SignerBaseTIdentification class |
Name | Description | |
---|---|---|
![]() | ConfigureX509ChainForValidation |
Configure certificate chain for validation accepted certificates.
(Inherited from SignerBase.) |
![]() | CreateLoginSignatureSession |
Create new session for login user by client certificate.
(Inherited from SignerBase.) |
![]() | CreateSignatureSession(CreateSessionRequest) | (Overrides SignerBaseCreateSignatureSession(CreateSessionRequest).) |
![]() | CreateSignatureSession(IContentBuilder) |
Create new session for signing in default web application with not required qualified certificate.
(Inherited from SignerBase.) |
![]() | CreateSignatureSession(SignatureRequest) |
Create new session for signing in default web application with not required qualified certificate.
(Inherited from SignerBase.) |
![]() | CreateSignatureSession(Boolean, IContentBuilder) |
Create new session for signing in default web application.
(Inherited from SignerBase.) |
![]() | CreateSignatureSession(Boolean, SignatureRequest) |
Create new session for signing in default web application.
(Inherited from SignerBase.) |
![]() | CreateSignatureSession(TIdentification, String) |
Create new session for signing customized by host application.
|
![]() | CreateSignatureSession(String, Boolean, SignatureRequest) |
Create new session for signing in specific web application. Only for internal use.
(Inherited from SignerBase.) |
![]() | GetContent |
Callback for obtaining all contents for signing, if not provide during creating of signature context.
(Inherited from SignerBase.) |
![]() | GetDocument |
Callback for obtaining the full document for showing or downloading in browser based on a user request for showing the document.
(Inherited from SignerBase.) |
![]() | GetIdentityName | Obsolete.
This method is no longer used. Use IAuthenticationPersistor instead GetIdentityName
(Inherited from SignerBase.) |
![]() | Login | Obsolete.
This method is no longer used. Use ICertificateAuthenticationProvider instead Login
(Inherited from SignerBase.) |
![]() | OnProcessSigningEnd |
Called when all signatures in session processed by ProcessSigning(X509Certificate2, SignatureInfo).
(Inherited from SignerBase.) |
![]() | ProcessSigning |
Callback for saving created signature.
(Inherited from SignerBase.) |
![]() | ValidateCertificateExtended |
Custom filtering of the acceptable certificate.
(Inherited from SignerBase.) |
![]() | ValidateQualifiedCertificate |
Custom filtering of the certificate qualified certificate.
(Inherited from SignerBase.) |