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.

SslStream::TransportContext Property

 

Gets the TransportContext used for authentication using extended protection.

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

public:
property TransportContext^ TransportContext {
	TransportContext^ get();
}

Property Value

Type: System.Net::TransportContext^

The TransportContext object that contains the channel binding token (CBT) used for extended protection.

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