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