summaryM:DotNetNuke.Common.Utilities.UrlUtils.EncryptParameter(System.String,System.String)
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static string EncryptParameter( string value, string encryptionKey ) |
Visual Basic |
---|
Public Shared Function EncryptParameter ( value As String, encryptionKey As String ) As String |
Parameters
- value
- Type: System..::..String
paramvalueM:DotNetNuke.Common.Utilities.UrlUtils.EncryptParameter(System.String,System.String)
- encryptionKey
- Type: System..::..String
paramencryptionKeyM:DotNetNuke.Common.Utilities.UrlUtils.EncryptParameter(System.String,System.String)