Decrypts data.

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

Syntax

Visual Basic
Public Function Decrypt ( _
	rgb As Byte(), _
	parameters As EncryptionParameters _
) As Byte()
C#
public byte[] Decrypt(
	byte[] rgb,
	EncryptionParameters parameters
)

Parameters

rgb
Type: array<System..::..Byte>[]()[][]
Data to be decrypted.
parameters
Type: Rebex.Security.Cryptography..::..EncryptionParameters
Encryption parameters.

Return Value

Decrypted data.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also