Encrypt the given string using the default key.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public static string Encrypt( string strToEncrypt )
public static string Encrypt( string strToEncrypt )
Public Shared Function Encrypt ( strToEncrypt As String ) As String
Public Shared Function Encrypt ( strToEncrypt As String ) As String
public: static String^ Encrypt( String^ strToEncrypt )
public: static String^ Encrypt( String^ strToEncrypt )
static member Encrypt : strToEncrypt : string -> string
static member Encrypt : strToEncrypt : string -> string
Parameters
- strToEncrypt (String)
- The string to be encrypted.
Return Value
String
The encrypted string.
The encrypted string.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120