AWS.SNS.TSNSMessageVerifier.IsAuthentic

Authenticates a message.

function IsAuthentic(const AMessage: string): Boolean;
__fastcall Boolean IsAuthentic(const AnsiString AMessage);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AMessage: string
A string containing a JSON encoded SNS message to verify.

Boolean indicating the authenticity of the message.

Exceptions
Description
The message could not be verified or is not authentic.
An error occured fetching or loading the certificate.
An error occured loading the OpenSSL libraries.
An error occured verifying the message digest.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.