Click or drag to resize

CAEXLibraryTLibItemIDigitalSignedVerifySignature(String) Method

Verifies an assigned signature of this CAEX object. The signature value has to be embedded as a signaturee header in the CAEX object.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
bool? IDigitalSigned.VerifySignature(
	string publicKey
)

Parameters

publicKey  String
The public key in xml string format to verify the signature.

Return Value

NullableBoolean
null, if no signing service is registered or no signature header is defined for the CAEX object; otherwise the verification result.

Implements

IDigitalSignedVerifySignature(String)
See Also