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