Decrypts the specified cypher text.
Namespace: Simol.SecurityAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
byte[] Decrypt( byte[] cypherText ) |
Visual Basic |
---|
Function Decrypt ( _ cypherText As Byte() _ ) As Byte() |
Visual C++ |
---|
array<unsigned char>^ Decrypt( array<unsigned char>^ cypherText ) |
Parameters
- cypherText
- Type: array<System..::..Byte>[]()[][]
The cypher text.