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