takes in a text value, decrypts it with a FIPS compliant algorithm and returns the value

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

Syntax

C#
public string GetEncryptedString(
	string key,
	string passPhrase
)
Visual Basic
Public Function GetEncryptedString ( 
	key As String,
	passPhrase As String
) As String

Parameters

key
Type: System..::..String
the host setting to read
passPhrase
Type: System..::..String
the pass phrase used for encryption/decryption

Return Value

returnsM:DotNetNuke.Entities.Controllers.HostController.GetEncryptedString(System.String,System.String)

Implements

IHostController..::..GetEncryptedString(String, String)

See Also