次の方法で共有


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

適用対象