ASDSoft.WebSigner API Reference Documentation
ASDSoft.WebSigner API Reference Documentation
ASDSoft.WebSigner.Server
SignerBase Class
SignerBase Methods
ConfigureX509ChainForValidation Method
CreateLoginSignatureSession Method
CreateSignatureSession Method
GetContent Method
GetDocument Method
GetIdentityName Method
Login Method
OnProcessSigningEnd Method
ProcessSigning Method
ValidateCertificateExtended Method
ValidateQualifiedCertificate Method
SignerBase
ProcessSigning Method
Callback for saving created signature.
Namespace:
ASDSoft.WebSigner.Server
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
Copy
protected
abstract
Task
ProcessSigning
(
X509Certificate2
certificate
,
SignatureInfo
signatureInfo
)
Parameters
certificate
Type:
System.Security.Cryptography.X509Certificates
X509Certificate2
Client certificate used for signing.
signatureInfo
Type:
ASDSoft.WebSigner.Server
SignatureInfo
Information of created signatures and signed contents.
Return Value
Type:
Task
The task for async calling without a return value.
Remarks
Implementation must be thread safe, when sign more than one content per session.
See Also
Reference
SignerBase Class
ASDSoft.WebSigner.Server Namespace