3 references to GetChannelBinding
System (3)
net\System\Net\_ConnectStream.cs (1)
2311binding = tlsStream.GetChannelBinding(kind);
net\System\Net\_TLSstream.cs (1)
111m_CachedChannelBinding = GetChannelBinding(ChannelBindingKind.Endpoint);
net\System\Net\mail\smtpconnection.cs (1)
411this.channelBindingToken = TlsStream.GetChannelBinding(ChannelBindingKind.Unique);