SignHash()
RSA::SignHash(ByteArrayPtr, HashAlgorithmName, SharedPtr<RSASignaturePadding>) method
Computes the signature for the specified hash value.
virtual ByteArrayPtr System::Security::Cryptography::RSA::SignHash(ByteArrayPtr hash, HashAlgorithmName hash_algorithm, SharedPtr<RSASignaturePadding> padding)
Arguments
Parameter | Type | Description |
---|---|---|
hash | ByteArrayPtr | Hash value. |
hash_algorithm | HashAlgorithmName | Hash algorithm. |
padding | SharedPtr<RSASignaturePadding> | Padding mode. return RSA signature for the specified hash. |
See Also
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class RSASignaturePadding
- Class RSA
- Struct HashAlgorithmName
- Namespace System::Security::Cryptography
- Library Aspose.Slides