summaryM:DotNetNuke.Security.PortalSecurity.Decrypt(System.String,System.String)

Namespace: DotNetNuke.Security
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string Decrypt(
	string strKey,
	string strData
)
Visual Basic
Public Function Decrypt ( 
	strKey As String,
	strData As String
) As String

Parameters

strKey
Type: System..::..String
paramstrKeyM:DotNetNuke.Security.PortalSecurity.Decrypt(System.String,System.String)
strData
Type: System..::..String
paramstrDataM:DotNetNuke.Security.PortalSecurity.Decrypt(System.String,System.String)

Return Value

returnsM:DotNetNuke.Security.PortalSecurity.Decrypt(System.String,System.String)

See Also