AsymmetricSignatureDeformatter.VerifySignature Method (HashAlgorithm, Byte())
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Verifies the signature from the specified hash value.
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public Overridable Function VerifySignature ( _ hash As HashAlgorithm, _ rgbSignature As Byte() _ ) As Boolean
Parameters
- hash
- Type: System.Security.Cryptography.HashAlgorithm
The hash algorithm to use to verify the signature.
- rgbSignature
- Type:
System.Byte
()
The signature to be verified.
| Exception | Condition |
|---|---|
| ArgumentNullException | The hash parameter is Nothing. |
Show: