HttpListenerRequest::TransportContext Property
Gets the TransportContext for the client request.
Assembly: System (in System.dll)
The TransportContext property can be used to retrieve the channel binding token (CBT) for an HttpListenerRequest which was sent using HTTPS.
An application could use the TransportContext property to perform custom authentication using calls to the native Win32 AcceptSecurityContext function.
If an application attempts to retrieve the channel binding token (CBT) from this TransportContext property using the GetChannelBinding method and the ChannelBindingKind is not Endpoint, then the HttpListenerRequest will throw NotSupportedException. The HttpListenerRequest overrides the GetChannelBinding method with an internal implementation.
Available since 2.0
DefaultServiceNames
ExtendedProtectionPolicy
ExtendedProtectionSelectorDelegate
HttpListener::ExtendedProtectionSelector
ServiceName
System.Security.Authentication.ExtendedProtection
ExtendedProtectionPolicy
HttpListenerRequest Class
System.Net Namespace
Integrated Windows Authentication with Extended Protection