DocumentSignerBaseTIdentification Class |
Namespace: ASDSoft.WebSigner.Server
public abstract class DocumentSignerBase<TIdentification> : SignerBase<TIdentification>
The DocumentSignerBaseTIdentification type exposes the following members.
Name | Description | |
---|---|---|
DocumentSignerBaseTIdentification | Initializes a new instance of the DocumentSignerBaseTIdentification class |
Name | Description | |
---|---|---|
ConfigureX509ChainForValidation |
Configure certificate chain for validation accepted certificates.
(Inherited from SignerBase.) | |
CreateContentBuilderConfiguration |
Create document type specific content builder configuration. For example for PDF document instance of PdfSignerLinkContentBuilderConfiguration class allow configuring visible signature.
| |
CreateLoginSignatureSession |
Create new session for login user by client certificate.
(Inherited from SignerBase.) | |
CreateSignatureSession(CreateSessionRequest) | (Inherited from SignerBaseTIdentification.) | |
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) | (Overrides SignerBaseTIdentificationCreateSignatureSession(TIdentification, String).) | |
CreateSignatureSession(String, Boolean, SignatureRequest) |
Create new session for signing in specific web application. Only for internal use.
(Inherited from SignerBase.) | |
DeserializeDocumentIdentifications |
Deserialize identification object sended from client.
| |
GetContent |
For implementation of DocumentSignerBaseTIdentification not used.
(Overrides SignerBaseGetContent(ContentBase, X509Certificate2).) | |
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.) |