System::Security::Cryptography::RSA::EncryptValue method
RSA::EncryptValue method
Encrypts value using private key.
virtual ByteArrayPtr System::Security::Cryptography::RSA::EncryptValue(ByteArrayPtr rgb)
Parameter | Type | Description |
---|---|---|
rgb | ByteArrayPtr | Byte array to encrypt. |
ReturnValue
Encrypted data in byte array format.
See Also
- Typedef ByteArrayPtr
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++