Click or drag to resize

SignatureServiceBaseVerifySignature(CAEXObject, String, String) Method

Verifies the provided signature for this CAEX object

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

Parameters

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

Return Value

NullableBoolean
null

Implements

ISigningVerifySignature(CAEXObject, String, String)
Remarks
To verify the correct node content, the CAEXNodeToString(CAEXObject) method has to be called.
See Also