This documentation is archived and is not being maintained.
HttpListener::ExtendedProtectionSelector Delegate
Visual Studio 2010
A delegate called to determine the ExtendedProtectionPolicy to use for each HttpListener request.
Assembly: System (in System.dll)
public delegate ExtendedProtectionPolicy^ ExtendedProtectionSelector( HttpListenerRequest^ request )
Parameters
- request
- Type: System.Net::HttpListenerRequest
The HttpListenerRequest to determine the extended protection policy that the HttpListener instance will use to provide extended protection.
Return Value
Type: System.Security.Authentication.ExtendedProtection::ExtendedProtectionPolicyAn ExtendedProtectionPolicy object that specifies the extended protection policy to use for this request.
The HttpListener::ExtendedProtectionSelector class is used with integrated Windows authentication to provide extended protection. For each request, the delegate can choose the settings that the HttpListener instance will use to provide extended protection.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: