The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ECDsaCng::VerifyHash Method (array<Byte>^, array<Byte>^)
.NET Framework (current version)
Verifies the specified digital signature against a specified hash value.
Assembly: System.Core (in System.Core.dll)
public: virtual bool VerifyHash( array<unsigned char>^ hash, array<unsigned char>^ signature ) override
Parameters
- hash
-
Type:
array<System::Byte>^
The hash value of the data to be verified.
- signature
-
Type:
array<System::Byte>^
The digital signature of the data to be verified against the hash value.
| Exception | Condition |
|---|---|
| ArgumentNullException | hash or signature is null. |
.NET Framework
Available since 3.5
Available since 3.5
Show: