 | ISigningCreateSignature Method |
Computes a signature for the defined CAEX object and stores the signature
in the Signature Header of the object.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxstring CreateSignature(
CAEXObject CAEXObjectToSign,
string privateKey,
string passPhrase
)
Function CreateSignature (
CAEXObjectToSign As CAEXObject,
privateKey As String,
passPhrase As String
) As String
String^ CreateSignature(
CAEXObject^ CAEXObjectToSign,
String^ privateKey,
String^ passPhrase
)
Parameters
- CAEXObjectToSign CAEXObject
- The CAEX object to be signed.
- privateKey String
- The private key in xml string format to compute the signature.
- passPhrase String
- The pass phrase to decrypt the private key.
Return Value
StringThe signature string
See Also