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
)

Parameters

plainText
Type: SystemString
The text to encrypt.

Return Value

Type: String
The encrypted text.
See Also