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

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

Syntax

C#
public string EncryptString(
	string message,
	string passphrase
)
Visual Basic
Public Function EncryptString ( 
	message As String,
	passphrase As String
) As String

Parameters

message
Type: System..::..String
parammessageM:DotNetNuke.Security.PortalSecurity.EncryptString(System.String,System.String)
passphrase
Type: System..::..String
parampassphraseM:DotNetNuke.Security.PortalSecurity.EncryptString(System.String,System.String)

Return Value

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

See Also