Closed
Description
We are developing EST server on .NET platform. Currently we're struggling with getting 'tls-unique' somehow using available options. We tried: WCF, HttpListener.Request.TransportContext.GetTlsTokenBindings(), TcpListener->SslStream.TransportContext.GetTlsTokenBindings()
None of them is working so :( I see in the AspNetCore sources that it's support is postponed.
https://github.com/aspnet/HttpSysServer/issues/231
We've sent questions to MSDN Forums, stackoverflow...
No one is know how to get 'tls-unique' from TLS using .NET platform (any technology).
So the question is: when ITlsTokenBindingFeature support is planned to be implemented???