2 references to RemoteCertificate
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionContext.FeatureCollection.cs (1)
28
get { return _clientCert ??= ConvertToX509Certificate2(_connection.
RemoteCertificate
); }
System.Net.Quic (1)
System\Net\Quic\QuicConnection.cs (1)
205
/// Keeps track whether <see cref="
RemoteCertificate
"/> has been accessed so that we know whether to dispose the certificate or not.