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

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

Syntax

C#
public static void UpdateEncryptedString(
	int portalID,
	string settingName,
	string settingValue,
	string passPhrase
)
Visual Basic
Public Shared Sub UpdateEncryptedString ( 
	portalID As Integer,
	settingName As String,
	settingValue As String,
	passPhrase As String
)

Parameters

portalID
Type: System..::..Int32
The portal ID.
settingName
Type: System..::..String
host settings key
settingValue
Type: System..::..String
host settings value
passPhrase
Type: System..::..String
pass phrase to allow encryption/decryption

See Also