Click or drag to resize

SignatureServiceBaseVerifySignature(CAEXObject, String) Method

Verifies an assigned signature of the CAEX object

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

Parameters

CAEXObjectToVerify  CAEXObject
The 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.

Implements

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