HttpListener.ExtendedProtectionSelector 代理人
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
委派,會在要判斷每個 ExtendedProtectionPolicy 要求必須使用哪一個 HttpListener 時呼叫。
public: delegate System::Security::Authentication::ExtendedProtection::ExtendedProtectionPolicy ^ HttpListener::ExtendedProtectionSelector(HttpListenerRequest ^ request);
C#
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
HttpListenerRequest,用來判斷 HttpListener 執行個體用來提供延伸保護的延伸保護原則。
ExtendedProtectionPolicy 物件,用來指定此要求所使用的延伸保護原則。
類別 HttpListener.ExtendedProtectionSelector 會與整合式 Windows 驗證搭配使用,以提供延伸保護。 針對每個要求,委派可以選擇實例將用來提供擴充保護的設定 HttpListener 。
Get |
取得表示特定委派所代表之方法的物件。 |
產品 | 版本 |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |