summaryM:DotNetNuke.Entities.Controllers.IHostController.GetEncryptedString(System.String,System.String)

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

Syntax

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

Parameters

key
Type: System..::..String
paramkeyM:DotNetNuke.Entities.Controllers.IHostController.GetEncryptedString(System.String,System.String)
passPhrase
Type: System..::..String
parampassPhraseM:DotNetNuke.Entities.Controllers.IHostController.GetEncryptedString(System.String,System.String)

Return Value

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

See Also