![]() | DocumentSignerBase<TIdentification> Methods |
The DocumentSignerBase<TIdentification> generic type exposes the following members.
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 SignerBase<TIdentification>.) |
![]() | 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 SignerBase<TIdentification>.CreateSignatureSession(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 DocumentSignerBase<TIdentification> not used.
(Overrides SignerBase.GetContent(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.) |