System::Security::Cryptography::RSA::DecryptValue method

RSA::DecryptValue method

Decrypts value using private key.

virtual ByteArrayPtr System::Security::Cryptography::RSA::DecryptValue(ByteArrayPtr rgb)
ParameterTypeDescription
rgbByteArrayPtrByte array to decrypt.

ReturnValue

Decrypted data in byte array format.

See Also