Decrypts data.

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

Syntax

Visual Basic
Public Function Decrypt ( _
	rgb As Byte(), _
	silent As Boolean _
) As Byte()
C#
public byte[] Decrypt(
	byte[] rgb,
	bool silent
)

Parameters

rgb
Type: array<System..::..Byte>[]()[][]
Data to be decrypted.
silent
Type: System..::..Boolean
If set to true, the cryptographic provider should not display any user interface (UI).

Return Value

Decrypted data.

Remarks

If silent operation is requested and the cryptographic provider needs to display a UI to operate, this method will fail.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also