System::Security::Cryptography::RSA::DecryptValue 方法
RSA::DecryptValue method
使用私钥解密值。
virtual ByteArrayPtr System::Security::Cryptography::RSA::DecryptValue(ByteArrayPtr rgb)
| 参数 | 类型 | 描述 |
|---|---|---|
| rgb | ByteArrayPtr | Byte 用于解密的数组。 |
ReturnValue
解密后的数据以字节数组格式。
另见
- Typedef ByteArrayPtr
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++