RSACryptoServiceProvider: DecryptValue

DecryptValue

Decrypts the value.



 Public Function DecryptValue(
	  ByRef Rgb ( ) As Byte ) As Byte ( )

Parameters

Rgb
[ByRef] Byte. The value to be decrypted.

Return Values

Byte() -  The decrypted value.

Remarks

In .NET this would throw a NotSupportedException, however, it is supported in VBCorLib. This is equivalent to calling Decrypt(Data, False).

See Also

Project CorLib Overview

Class RSACryptoServiceProvider Overview