[This is preliminary documentation and is subject to change.]
Decrypts a previously encrypted string. It should be noted that this string will
need to be encrypted with the same key with which it is encrypted.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static string DecryptString( string input, string sKey ) |
Visual Basic (Declaration) |
---|
Public Shared Function DecryptString ( _ input As String, _ sKey As String _ ) As String |
Visual C++ |
---|
public: static String^ DecryptString( String^ input, String^ sKey ) |
Parameters
- input
- Type: System..::.String
the input string.
- sKey
- Type: System..::.String
The secret key that is used to encrypt the string.