Security
.
.
::
.
.
Encrypt Method
Encrypt data with custom string
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
string
Encrypt
(
string
clearText
,
string
encryptionKey
)
Parameters
clearText
Type:
String
cerate text
encryptionKey
Type:
String
The encryption key.
Return Value
Decrypt string
See Also
Security Class
Core Namespace