Keyoti SearchUnit API Docs
Decrypt Method (strEncrypted, strKey)
API DocumentationKeyoti.SearchEngine.UtilsSSTCryptographerDecrypt(String, String)
Keyoti SearchUnit v6
Decrypt the given string using the specified key.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public static string Decrypt(
	string strEncrypted,
	string strKey
)
public static string Decrypt(
	string strEncrypted,
	string strKey
)
Public Shared Function Decrypt ( 
	strEncrypted As String,
	strKey As String
) As String
Public Shared Function Decrypt ( 
	strEncrypted As String,
	strKey As String
) As String
public:
static String^ Decrypt(
	String^ strEncrypted, 
	String^ strKey
)
public:
static String^ Decrypt(
	String^ strEncrypted, 
	String^ strKey
)
static member Decrypt : 
        strEncrypted : string * 
        strKey : string -> string 
static member Decrypt : 
        strEncrypted : string * 
        strKey : string -> string 
Parameters
strEncrypted (String)
The string to be decrypted.
strKey (String)
The decryption key.
Return Value
String
The decrypted string.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120