ISoapServerVRoot インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サーバー上で認証済みの暗号化された 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 仮想ルートのセキュリティ ステータスを返します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET