| IFieldSocketEncrypt Method |
Encrypt the specified string using the socket encryption algorithm.
Namespace:
AskiaFieldCom
Assembly:
AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string Encrypt(
string text
)
String^ Encrypt(
String^ text
)
Parameters
- text
- Type: SystemString
Text to encrypt.
Return Value
Type:
String
Encrypted version of the text.
See Also