 | IDigitalSignedVerifySignature(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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxbool? VerifySignature(
string publicKey
)
Function VerifySignature (
publicKey As String
) As Boolean?
Nullable<bool> VerifySignature(
String^ publicKey
)
Parameters
- publicKey String
- The public key in xml string format to verify the signature.
Return Value
NullableBooleannull, if no signing service is registered or no signature header is defined for
the CAEX object; otherwise the verification result.
See Also