System::Security::Cryptography::RSA::Decrypt method
RSA::Decrypt method
Decrypts input data using the specified padding mode.
virtual ByteArrayPtr System::Security::Cryptography::RSA::Decrypt(ByteArrayPtr data, SharedPtr<RSAEncryptionPadding> padding)
Parameter | Type | Description |
---|---|---|
data | ByteArrayPtr | Byte array to decrypt. |
padding | SharedPtr<RSAEncryptionPadding> | Padding mode. |
ReturnValue
Decrypted data in byte array format.
See Also
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class RSAEncryptionPadding
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++