System.Web.Configuration.IRemoteWebConfigurationHostServer.DoEncryptOrDecrypt Method

Conditionally encrypts or decrypts the value of the string referenced by the xmlString parameter.

Syntax

public string DoEncryptOrDecrypt (bool do_encrypt, string xml_string, string protection_provider_name, string protection_provider_type, string[] params_keys, string[] param_values)

Parameters

do_encrypt
Documentation for this section has not yet been entered.
xml_string
Documentation for this section has not yet been entered.
protection_provider_name
Documentation for this section has not yet been entered.
protection_provider_type
Documentation for this section has not yet been entered.
params_keys
Documentation for this section has not yet been entered.
param_values
Documentation for this section has not yet been entered.

Returns

A string containing either the encrypted or decrypted value of the xmlString.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0