NQCryptDecryptEncrypt Method (String) |
Encrypt a string using the system key.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string Encrypt(
string clearText
)
Public Shared Function Encrypt (
clearText As String
) As String
Parameters
- clearText
- Type: SystemString
The string to be encrypted.
Return Value
Type:
StringThe resulting encrypted string.
See Also