Skip to content

libsodium.PKI.SigningDigest.Verify

Andrew Lambert edited this page Jan 21, 2023 · 4 revisions

Method Signature

 Function Verify(SenderKey As libsodium.PKI.PublicKey, Signature As MemoryBlock) As Boolean

Remarks

Finalizes the hash operation and then verifies the Signature with the SenderKey. Returns True if the Signature is valid. After calling this method (regardless of success) no other methods (Process, Sign, etc.) may be called nor can this method be called twice.

Clone this wiki locally