Encrypts the specified plain text.

Namespace: Simol.Security
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
byte[] Encrypt(
	byte[] plainText
)
Visual Basic
Function Encrypt ( _
	plainText As Byte() _
) As Byte()
Visual C++
array<unsigned char>^ Encrypt(
	array<unsigned char>^ plainText
)

Parameters

plainText
Type: array<System..::..Byte>[]()[][]
The plain text.

Return Value

See Also