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

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

Syntax

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

Parameters

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

See Also