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: