IRemoteWebConfigurationHostServer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used internally to support remote access to configuration data.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IRemoteWebConfigurationHostServer
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("A99B591A-23C6-4238-8452-C7B0E895063D")]
public interface IRemoteWebConfigurationHostServer
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("A99B591A-23C6-4238-8452-C7B0E895063D")>]
type IRemoteWebConfigurationHostServer = interface
Public Interface IRemoteWebConfigurationHostServer
- Derived
- Attributes
Remarks
Base class from which RemoteWebConfigurationHostServer extends.
Methods
DoEncryptOrDecrypt(Boolean, String, String, String, String[], String[]) |
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 |
GetData(String, Boolean, Int64) |
This API supports the product infrastructure and is not intended to be used directly from your code. Used internally to support remote access to configuration data. |
GetFileDetails(String, Boolean, Int64, Int64, Int64) |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the details of the configuration file. |
GetFilePaths(Int32, String, String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Used internally to support remote access to configuration data. |
WriteData(String, String, Byte[], Int64) |
This API supports the product infrastructure and is not intended to be used directly from your code. Used internally to support remote access to configuration data. |