CreaSign

CreaDoc.CreateSignatureSerialMethod

Creates a new serial signature.

[VisualBasic]
PublicFunctionCreateSignatureSerial( _
ByVal PreviousSignatureIdsAsString,_
ByVal CertNameAsString,_
ByVal SignOptionsAsSignOptions_
)AsXmlSignature

Parameters

PreviousSignatureIds
A space separated list of Ids that represents the existing signatures that should be signed.
CertName
The digital certificate, the private key of which is used to compute the signature. See also "Specifying the Signing Certificate".
SignOptions
The flags that control the signature creation process.

Return Value

The XmlSignatureobject representing the signature.

Remarks

The signature is created over each of the <ds:SignatureValue> nodes belonging to existing signatures identified by PreviousSignatureIds.

This method can not be called from an untrusted code.

Requirements

Requires CreaSign Pro (not supported by CreaSign Lite).

See Also

CreaDoc Class | CreaSign Namespace


Send comments on this topic.

(c) Crea 2002-2006