7 references to HTTP_SSL_PROTOCOL_INFO
Microsoft.AspNetCore.Server.HttpSys (5)
RequestProcessing\Request.cs (1)
360
var
handshake = RequestContext.GetTlsHandshake();
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)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
HttpsTests.cs (2)
214
HTTP_SSL_PROTOCOL_INFO
tlsCopy;
218
tlsCopy = Marshal.PtrToStructure<
HTTP_SSL_PROTOCOL_INFO
>((IntPtr)handle.Pointer);