Encrypts data.

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

Syntax

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

Parameters

rgb
Type: array<System..::..Byte>[]()[][]
Data to be encrypted.

Return Value

Encrypted data.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also