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