System::Security::Cryptography::RSA::Decrypt 方法
RSA::Decrypt method
使用指定的填充模式解密输入数据。
virtual ByteArrayPtr System::Security::Cryptography::RSA::Decrypt(ByteArrayPtr data, SharedPtr<RSAEncryptionPadding> padding)
| 参数 | 类型 | 描述 |
|---|---|---|
| data | ByteArrayPtr | Byte 用于解密的数组。 |
| padding | SharedPtr<RSAEncryptionPadding> | 填充模式。 |
ReturnValue
解密后的数据以字节数组格式。
另见
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class RSAEncryptionPadding
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++