RSA: DecryptValue

DecryptValue

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



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

Parameters

Rgb
[ByRef] Byte. The encrypted data to be decrypted.

Return Values

Byte() -  An array of plain text data.

See Also

Project CorLib Overview

Class RSA Overview