simple method that uses basic encryption to safely encode parameters
Namespace: DotNetNuke.Services.CryptographyAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
string EncryptParameter( string message, string passphrase ) |
Visual Basic |
---|
Function EncryptParameter ( message As String, passphrase As String ) As String |
Parameters
- message
- Type: System..::..String
the text to be encrypted (encoded)
- passphrase
- Type: System..::..String
the key to perform the encryption