System::Security::Cryptography::RSA::Decrypt method

RSA::Decrypt method

Decrypts input data using the specified padding mode.

virtual ByteArrayPtr System::Security::Cryptography::RSA::Decrypt(ByteArrayPtr data, SharedPtr<RSAEncryptionPadding> padding)
ParameterTypeDescription
dataByteArrayPtrByte array to decrypt.
paddingSharedPtr<RSAEncryptionPadding>Padding mode.

ReturnValue

Decrypted data in byte array format.

See Also