Click or drag to resize

StringCipherDecrypt Method


Namespace: DWSIM.SharedClasses.EncryptString
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.8.1.0
Syntax
public static string Decrypt(
	string cipherText,
	string passPhrase,
	Encoding encoding = null
)
Request Example View Source

Parameters

cipherText  String
 
passPhrase  String
 
encoding  Encoding  (Optional)
 

Return Value

String
See Also