SslStream.TransportContext Property

Definition

Gets the TransportContext used for authentication using extended protection.

public:
 property System::Net::TransportContext ^ TransportContext { System::Net::TransportContext ^ get(); };
public System.Net.TransportContext TransportContext { get; }
member this.TransportContext : System.Net.TransportContext
Public ReadOnly Property TransportContext As TransportContext

Property Value

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

Applies to

See also