RijndaelDecryptString Method |
Decrypts previously encrypted string.
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public string DecryptString(
string CipherText,
string PassPhrase
)
Public Function DecryptString (
CipherText As String,
PassPhrase As String
) As String
public:
String^ DecryptString(
String^ CipherText,
String^ PassPhrase
)
member DecryptString :
CipherText : string *
PassPhrase : string -> string
Parameters
- CipherText
- Type: SystemString
[Missing <param name="CipherText"/> documentation for "M:TreeksLicensingLibrary2.Rijndael.DecryptString(System.String,System.String)"]
- PassPhrase
- Type: SystemString
[Missing <param name="PassPhrase"/> documentation for "M:TreeksLicensingLibrary2.Rijndael.DecryptString(System.String,System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:TreeksLicensingLibrary2.Rijndael.DecryptString(System.String,System.String)"]
Remarks See Also