RSA::SignData Method
Computes the hash value of the specified data and signs it.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | SignData(array<Byte>^, HashAlgorithmName, RSASignaturePadding^) | Computes the hash value of the specified byte array using the specified hash algorithm and padding mode, and signs the resulting hash value. |
![]() | SignData(array<Byte>^, Int32, Int32, HashAlgorithmName, RSASignaturePadding^) | Computes the hash value of a portion of the specified byte array using the specified hash algorithm and padding mode, and signs the resulting hash value. |
![]() | SignData(Stream^, HashAlgorithmName, RSASignaturePadding^) | Computes the hash value of the specified stream using the specified hash algorithm and padding mode, and signs the resulting hash value. |
