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::VerifyData Method (Stream^, array<Byte>^)
.NET Framework (current version)
Verifies the digital signature of the specified data stream, reading to the end of the stream.
Assembly: System.Core (in System.Core.dll)
Parameters
- data
-
Type:
System.IO::Stream^
The data stream that was signed.
- signature
-
Type:
array<System::Byte>^
The signature to be verified.
| Exception | Condition |
|---|---|
| ArgumentNullException | data or signature is null. |
This method hashes the input data by using the HashAlgorithm property before verification.
.NET Framework
Available since 3.5
Available since 3.5
Show: