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