NQCryptDecryptDecrypt Method (String) | 
 
            Decrypt a string into a string using the system key.
            
 
    Namespace: 
   NetQuarry
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic static string Decrypt(
	string cipherText
)
Public Shared Function Decrypt ( 
	cipherText As String
) As String
Parameters
- cipherText
 - Type: SystemString
The string to be decrypted. 
Return Value
Type: 
StringThe resulting decrypted string.
See Also