takes in a text value, encrypts it with a FIPS compliant algorithm and stores

Namespace: DotNetNuke.Entities.Controllers
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void UpdateEncryptedString(
	string key,
	string value,
	string passPhrase
)
Visual Basic
Public Sub UpdateEncryptedString ( 
	key As String,
	value As String,
	passPhrase As String
)

Parameters

key
Type: System..::..String
host settings key
value
Type: System..::..String
host settings value
passPhrase
Type: System..::..String
pass phrase to allow encryption/decryption

Implements

IHostController..::..UpdateEncryptedString(String, String, String)

See Also