5 references to HTTP_SSL_PROTOCOL_INFO
Microsoft.AspNetCore.Server.HttpSys (5)
RequestProcessing\Request.cs (1)
364
var
handshake = RequestContext.GetTlsHandshake();
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (4)
370
internal
HTTP_SSL_PROTOCOL_INFO
GetTlsHandshake()
381
var
authInfo = *(
HTTP_SSL_PROTOCOL_INFO
*)info->pInfo;
390
private static void SetSslProtocol(
HTTP_SSL_PROTOCOL_INFO
* protocolInfo)