Show / Hide Table of Contents

Interface ICryptographyProvider

Namespace: DotNetNuke.Services.Cryptography
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
Type Name Description
string message
string passphrase
Returns
Type Description
string

DecryptString(string, string)

Declaration
string DecryptString(string message, string passphrase)
Parameters
Type Name Description
string message
string passphrase
Returns
Type Description
string

EncryptParameter(string, string)

Declaration
string EncryptParameter(string message, string passphrase)
Parameters
Type Name Description
string message
string passphrase
Returns
Type Description
string

EncryptString(string, string)

Declaration
string EncryptString(string message, string passphrase)
Parameters
Type Name Description
string message
string passphrase
Returns
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS