DecryptValue()

RSA::DecryptValue(ByteArrayPtr) method

Decrypts value using private key.

virtual ByteArrayPtr System::Security::Cryptography::RSA::DecryptValue(ByteArrayPtr rgb)

Arguments

ParameterTypeDescription
rgbByteArrayPtrByte array to decrypt.

Return Value

Decrypted data in byte array format.

See Also