Discuss this help topic in SecureBlackbox Forum
Initiates asynchronous signing.
Declaration
Parameters
- Certificate - the signing certificate.
- CertStorage - the storage with signing certificates.
- IncludeDataParams - specifies whether data params should be included.
- IncludeKey - specifies whether the key should be included to the signature.
- IncludeKeyValue - specifies whether key value should be included.
- KeyData - contains the signing key data.
- ParentElement - the XML node to which the signature should be attached.
- SignatureMethod - specifies the signature method to be used.
- Pars - specifies distributed cryptography (DC) parameters.
- AdditionalData - additional data to be included into DC request. This data won't be signed, and will be mirrored back to the client.
TElXMLKeyInfoX509DataParams values
TElXMLSignatureMethod values
Return value
Returns a TElDCAsyncState object describing the signing state.
Description
Call this method to initiate asynchronous signing process.
It saves the generated XML-DSIG signature to the document, but without signature value.
To finalize the process, call CompleteAsyncSign.
Discuss this help topic in SecureBlackbox Forum