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

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