Click or drag to resize

ISigningComputeSignature Method

Computes a signature for the defined CAEX object and returns the signature

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
string ComputeSignature(
	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

String
the signature string
See Also