Discuss this help topic in SecureBlackbox Forum
Initiates asynchronous signing.
Declaration
Parameters
- CertStorage - the storage with signing certificates
- Certificate - signing certificate
- EmbedCertificate - set this parameter to True to embed the certificate in the signature
- EmbedKeyInSignature - set this parameter to True to embed the key in the signature
- KeyData - contains XML key data
- SignatureMethod - specifies signature method
Method values:
Return value
Returns TElDCAsyncState object describing the signing state.
Description
Call this method to initiate asynchronous signing process.
To finalize the process, call
CompleteAsyncSign.
Discuss this help topic in SecureBlackbox Forum