IRemoteWebConfigurationHostServer Interface

Definition

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 xmlString parameter.

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.

Applies to