HttpListener.ExtendedProtectionSelector 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
各 HttpListener 要求に使用する ExtendedProtectionPolicy を決定するために呼び出されるデリゲートです。
public: delegate System::Security::Authentication::ExtendedProtection::ExtendedProtectionPolicy ^ HttpListener::ExtendedProtectionSelector(HttpListenerRequest ^ request);
public delegate System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy HttpListener.ExtendedProtectionSelector(HttpListenerRequest request);
type HttpListener.ExtendedProtectionSelector = delegate of HttpListenerRequest -> ExtendedProtectionPolicy
Public Delegate Function HttpListener.ExtendedProtectionSelector(request As HttpListenerRequest) As ExtendedProtectionPolicy
パラメーター
- request
- HttpListenerRequest
HttpListener インスタンスが拡張保護の提供に使用する拡張保護ポリシーを決定するための HttpListenerRequest。
戻り値
この要求に使用する拡張保護ポリシーを指定する ExtendedProtectionPolicy オブジェクト。
注釈
クラスは HttpListener.ExtendedProtectionSelector 、拡張保護を提供するために統合 Windows 認証と共に使用されます。 要求ごとに、デリゲートは、インスタンスが拡張保護を HttpListener 提供するために使用する設定を選択できます。
拡張メソッド
GetMethodInfo(Delegate) |
指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。 |
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET