Decrypts the specified cypher text.

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

Syntax

C#
public byte[] Decrypt(
	byte[] cypherText
)
Visual Basic
Public Function Decrypt ( _
	cypherText As Byte() _
) As Byte()
Visual C++
public:
virtual array<unsigned char>^ Decrypt(
	array<unsigned char>^ cypherText
) sealed

Parameters

cypherText
Type: array<System..::..Byte>[]()[][]
The cypher text.

Return Value

Implements

IEncryptor..::..Decrypt(array<Byte>[]()[][])

See Also