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