Click or drag to resize

ISigningVerifySignature(CAEXObject, String) Method

Verifies an assigned signature of the CAEX object

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

Parameters

CAEXObjectToVerify  CAEXObject
The signed CAEX object to be verified
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