HttpRequest::TlsTokenBindingInfo Property

.NET Framework (current version)
 

Gets the TLS token binding information. The property enables applications to retrieve token information from incoming HTTP requests for enhanced authentication.

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

public:
property ITlsTokenBindingInfo^ TlsTokenBindingInfo {
	ITlsTokenBindingInfo^ get();
}

Property Value

Type: System.Web::ITlsTokenBindingInfo^

The binding token for the current connection.

This property returns null on non-windows10 platforms.

.NET Framework
Available since 4.6
Return to top
Show: