2 writes to _clientCert
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicConnectionContext.FeatureCollection.cs (2)
28get { return _clientCert ??= ConvertToX509Certificate2(_connection.RemoteCertificate); } 31_clientCert = value;