safely decrypt sensitive data
Namespace: DotNetNuke.Services.CryptographyAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
string DecryptString( string message, string passphrase ) |
Visual Basic |
---|
Function DecryptString ( message As String, passphrase As String ) As String |
Parameters
- message
- Type: System..::..String
the text to be decrypted
- passphrase
- Type: System..::..String
the key to perform the decryption