Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpListener.ExtendedProtectionSelector Delegate

 

A delegate called to determine the ExtendedProtectionPolicy to use for each HttpListener request.

Namespace:   System.Net
Assembly:  System (in System.dll)

Public Delegate Function ExtendedProtectionSelector (
	request As HttpListenerRequest
) As ExtendedProtectionPolicy

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.ExtendedProtectionPolicy

An 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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft