RSACryptoServiceProvider: EncryptValue

EncryptValue

Encrypts a value.



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

Parameters

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

Return Values

Byte() -  The encrypted value.

Remarks

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

See Also

Project CorLib Overview

Class RSACryptoServiceProvider Overview