ISecurity
.
.
::
.
.
Decrypt Method
Decrypt data with custom string
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
string
Decrypt
(
string
encryptedText
,
string
encryptionKey
)
Parameters
encryptedText
Type:
String
The encrypted text.
encryptionKey
Type:
String
The encryption key.
Return Value
Encrypt string
See Also
ISecurity Interface
Core Namespace