Decrypts data with the RSA algorithm.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Overrides Function DecryptValue ( _
	rgb As Byte() _
) As Byte()
C#
public override byte[] DecryptValue(
	byte[] rgb
)

Parameters

rgb
Type: array<System..::..Byte>[]()[][]
The data to be decrypted.

Return Value

The decrypted data.

Remarks

No processing of raw data is performed.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also