次の方法で共有


HttpListener.ExtendedProtectionSelector 代理人

定義

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)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象

こちらもご覧ください