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.
ECDsa::SignHash Method (array<Byte>^)
.NET Framework (current version)
Generates a digital signature for the specified hash value.
Assembly: System.Core (in System.Core.dll)
Parameters
- hash
-
Type:
array<System::Byte>^
The hash value of the data that is being signed.
Return Value
Type: array<System::Byte>^A digital signature that consists of the given hash value encrypted with the private key.
| Exception | Condition |
|---|---|
| ArgumentNullException | The hash parameter is null. |
.NET Framework
Available since 3.5
Available since 3.5
Show: