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

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

Syntax

C#
public static string GetEncryptedString(
	string settingName,
	int portalID,
	string passPhrase
)
Visual Basic
Public Shared Function GetEncryptedString ( 
	settingName As String,
	portalID As Integer,
	passPhrase As String
) As String

Parameters

settingName
Type: System..::..String
the setting to read
portalID
Type: System..::..Int32
paramportalIDM:DotNetNuke.Entities.Portals.PortalController.GetEncryptedString(System.String,System.Int32,System.String)
passPhrase
Type: System..::..String
the pass phrase used for encryption/decryption

Return Value

returnsM:DotNetNuke.Entities.Portals.PortalController.GetEncryptedString(System.String,System.Int32,System.String)

See Also