IEncryptionServiceEncrypt(String) Method

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 (26.2.0.1000)
Syntax
string Encrypt(
	string plainText
)

Parameters

plainText  String
The text to encrypt.

Return Value

String
The encrypted text.
See Also