RemoteWebConfigurationHostServer.DoEncryptOrDecrypt Method (Boolean, String, String, String, String(), String())
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Conditionally encrypts or decrypts the value of the string referenced by the xmlString parameter.
Assembly: System.Web (in System.Web.dll)
Public Function DoEncryptOrDecrypt ( doEncrypt As Boolean, xmlString As String, protectionProviderName As String, protectionProviderType As String, paramKeys As String(), paramValues As String() ) As String
Parameters
- doEncrypt
-
Type:
System.Boolean
true to encrypt; false to decrypt.
- xmlString
-
Type:
System.String
The XML to be encrypted or decrypted.
- protectionProviderName
-
Type:
System.String
The provider used to protect the configuration data.
- protectionProviderType
-
Type:
System.String
The Type of the protection provider.
- paramKeys
-
Type:
System.String()
The keys of optional parameters for the protection provider.
- paramValues
-
Type:
System.String()
The values of optional parameters for the protection provider.
Return Value
Type: System.StringA string that contains either the encrypted or decrypted value of xmlString.
| Exception | Condition |
|---|---|
| Exception | protectionProviderType does not derive from ProtectedConfigurationProvider. |
.NET Framework
Available since 2.0
Available since 2.0
Show: