IEncryptionServiceEncrypt Method (String) |
Encrypts the specified text (using the application's symmetric encryption key).
Namespace:
Dundas.BI.Services
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax string Encrypt(
string plainText
)
Function Encrypt (
plainText As String
) As String
String^ Encrypt(
String^ plainText
)
abstract Encrypt :
plainText : string -> string
Parameters
- plainText
- Type: SystemString
The text to encrypt.
Return Value
Type:
StringThe encrypted text.
See Also