takes in a text value, decrypts it with a FIPS compliant algorithm and returns the value
Namespace: DotNetNuke.Entities.ControllersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public string GetEncryptedString( string key, string passPhrase ) |
Visual Basic |
---|
Public Function GetEncryptedString ( key As String, passPhrase As String ) As String |
Parameters
- key
- Type: System..::..String
the host setting to read
- passPhrase
- Type: System..::..String
the pass phrase used for encryption/decryption