mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

SecurityInfo.DecryptString Method



Decrypt a string, given the string, the key, and the IV values.


Namespace: SobekCM.Tools
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public string DecryptString(
	string Source,
	string Key,
	string Iv
)

Parameters

Source
Type: System..::..String
String to decrypt
Key
Type: System..::..String
Key for the encryption
Iv
Type: System..::..String
Initialization Vector for the encryption

Return Value

Type: String
The decrypted string

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )