Interface ICryptographyProvider
Assembly: DotNetNuke.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 10.2.2. Use DotNetNuke.Abstractions.Security.ICryptographyProvider. Scheduled for removal in v12.0.0.")]
public interface ICryptographyProvider
Methods
DecryptParameter(string, string)
Declaration
string DecryptParameter(string message, string passphrase)
Parameters
Returns
DecryptString(string, string)
Declaration
string DecryptString(string message, string passphrase)
Parameters
Returns
EncryptParameter(string, string)
Declaration
string EncryptParameter(string message, string passphrase)
Parameters
Returns
EncryptString(string, string)
Declaration
string EncryptString(string message, string passphrase)
Parameters
Returns
Extension Methods