signatureValid property
A Boolean value that indicates whether the signature was verified. A value
of True
indicates that the Signature
was produced
by signing the Message
with the specified KeyID
and SigningAlgorithm.
If the signature is not verified, the
Verify
operation fails with a
KMSInvalidSignatureException
exception.
Implementation
final bool? signatureValid;