| 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 equivalen to calling Encrypt(Data, False).
Project VBCorLib Overview Class RSACryptoServiceProvider Overview RSACryptoServiceProvider Properties RSACryptoServiceProvider Methods Encrypt Equals