RSACryptoServiceProvider: DecryptValue |
Decrypts the value.
Public Function DecryptValue( ByRef Rgb ( ) As Byte ) As Byte ( )
In .NET this would throw a NotSupportedException, however, it is supported in VBCorLib. This is equivalent to calling Decrypt(Data, False).