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