RSA: EncryptValue

EncryptValue

Encrypts an array of plain text data, returning the encrypted data.



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

Parameters

Rgb
[ByRef] Byte. The plain text data to be encrypted.

Return Values

Byte() -  The encrypted data.

See Also

Project CorLib Overview

Class RSA Overview