IRemoteWebConfigurationHostServer 接口

定义

在内部用于支持对配置数据的远程访问。

此 API 支持产品基础结构,不能在代码中直接使用。

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
派生
属性

注解

从中进行扩展的基类 RemoteWebConfigurationHostServer

方法

DoEncryptOrDecrypt(Boolean, String, String, String, String[], String[])

此 API 支持产品基础结构,不能在代码中直接使用。

根据条件加密或解密由 xmlString 参数引用的字符串值。

GetData(String, Boolean, Int64)

此 API 支持产品基础结构,不能在代码中直接使用。

在内部用于支持对配置数据的远程访问。

GetFileDetails(String, Boolean, Int64, Int64, Int64)

此 API 支持产品基础结构,不能在代码中直接使用。

获取配置文件的详细信息。

GetFilePaths(Int32, String, String, String)

此 API 支持产品基础结构,不能在代码中直接使用。

在内部用于支持对配置数据的远程访问。

WriteData(String, String, Byte[], Int64)

此 API 支持产品基础结构,不能在代码中直接使用。

在内部用于支持对配置数据的远程访问。

适用于