ISoapServerVRoot インターフェイス

定義

認証済みの暗号化された SOAP 仮想ルートをサーバーに発行します。

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 仮想ルートのセキュリティ状態を返します。

適用対象