ECDsaOpenSsl.VerifyHash(Byte[], Byte[]) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Verifies that a digital signature is appropriate for the current key and provided data hash.
public:
 override bool VerifyHash(cli::array <System::Byte> ^ hash, cli::array <System::Byte> ^ signature);public override bool VerifyHash(byte[] hash, byte[] signature);override this.VerifyHash : byte[] * byte[] -> boolPublic Overrides Function VerifyHash (hash As Byte(), signature As Byte()) As BooleanParameters
- hash
- Byte[]
- signature
- Byte[]
Returns
true if the signature is valid; otherwise, false.
Exceptions
hash or signature is null.