Click or drag to resize

ISigningVerifySignature(CAEXObject, String, String) Method

Verifies the provided signature for this CAEX object

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
bool? VerifySignature(
	CAEXObject CAEXObjectToVerify,
	string signature,
	string publicKey
)

Parameters

CAEXObjectToVerify  CAEXObject
The CAEX object to be verified with the provided signature
signature  String
The signature to verify
publicKey  String
The public key in xml string format to verify the signature.

Return Value

NullableBoolean
null if verification is not possible: otherwise the result of the signature verification.
See Also