Share via


SoapServerVRoot 類別

定義

發行伺服器上已驗證且已加密的 SOAP 虛擬根目錄 (Virtual Root)。 此類別無法獲得繼承。

public ref class SoapServerVRoot sealed : System::EnterpriseServices::Internal::ISoapServerVRoot
[System.Runtime.InteropServices.Guid("CAA817CC-0C04-4d22-A05C-2B7E162F4E8F")]
public sealed class SoapServerVRoot : System.EnterpriseServices.Internal.ISoapServerVRoot
[<System.Runtime.InteropServices.Guid("CAA817CC-0C04-4d22-A05C-2B7E162F4E8F")>]
type SoapServerVRoot = class
    interface ISoapServerVRoot
Public NotInheritable Class SoapServerVRoot
Implements ISoapServerVRoot
繼承
SoapServerVRoot
屬性
實作

備註

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

建構函式

SoapServerVRoot()

初始化 SoapServerVRoot 類別的新執行個體。

方法

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

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

DeleteVirtualRootEx(String, String, String)

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

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
GetVirtualRootStatus(String, String, String, String, String, String, String, String, String, String, String, String)

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

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於