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.
DSACryptoServiceProvider::SignData Method (array<Byte>^)
.NET Framework (current version)
Computes the hash value of the specified byte array and signs the resulting hash value.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- buffer
-
Type:
array<System::Byte>^
The input data for which to compute the hash.
This method creates a digital signature that is verified using the VerifyData method.
.NET Framework
Available since 1.1
Available since 1.1
Show: