Share via


ISoapServerVRoot 介面

定義

發行伺服器上已驗證且已加密的 SOAP 虛擬根目錄 (Virtual Root)。

public interface class ISoapServerVRoot
[System.Runtime.InteropServices.Guid("A31B6577-71D2-4344-AEDF-ADC1B0DC5347")]
public interface ISoapServerVRoot
[<System.Runtime.InteropServices.Guid("A31B6577-71D2-4344-AEDF-ADC1B0DC5347")>]
type ISoapServerVRoot = interface
Public Interface ISoapServerVRoot
衍生
屬性

備註

如需預設實作,請參閱 SoapServerVRoot

ISoapServerVRoot由 .NET Framework 在內部使用。 您不需要直接在程式代碼中使用。

方法

CreateVirtualRootEx(String, String, String, String, String, String, String, String, String, String, String)

使用安全性選項建立 SOAP 虛擬根目錄。

DeleteVirtualRootEx(String, String, String)

刪除虛擬根目錄。 未完整實作。

GetVirtualRootStatus(String, String, String, String, String, String, String, String, String, String, String, String)

傳回現有 SOAP 虛擬根目錄的安全性狀態。

適用於