Click or drag to resize

Implement DocumentSignerBase abstract class

Host Web application must provide own implementation of base class DocumentSignerBaseTIdentification. You must create own class inherited from DocumentSignerBaseTIdentification and implement or override its methods. Recommended implementation is as async/await.

This is the recommended implementation for document signing using the ASDSoft.SignTools component. For other types of signature, it is necessary to use the base class SignerBase.

Implement abstract methods

Override virtual methods (optional)

See Also