IRemoteWebConfigurationHostServer 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在内部用于支持对配置数据的远程访问。
此 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 支持产品基础结构,不能在代码中直接使用。 根据条件加密或解密由 |
GetData(String, Boolean, Int64) |
此 API 支持产品基础结构,不能在代码中直接使用。 在内部用于支持对配置数据的远程访问。 |
GetFileDetails(String, Boolean, Int64, Int64, Int64) |
此 API 支持产品基础结构,不能在代码中直接使用。 获取配置文件的详细信息。 |
GetFilePaths(Int32, String, String, String) |
此 API 支持产品基础结构,不能在代码中直接使用。 在内部用于支持对配置数据的远程访问。 |
WriteData(String, String, Byte[], Int64) |
此 API 支持产品基础结构,不能在代码中直接使用。 在内部用于支持对配置数据的远程访问。 |