4 references to GetRemoteCertificate
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
TlsEventPump.cs (1)
815var presentedCertificate = conn.Session.GetRemoteCertificate();
System.Net.Security (3)
System\Net\Security\TlsOperationStatus.cs (1)
45/// <see cref="TlsSession.GetRemoteCertificate"/> (and any peer-sent intermediates
System\Net\Security\TlsSession.cs (2)
307/// (the leaf itself is available via <see cref="GetRemoteCertificate"/>), or <c>null</c> 1403/// <see cref="GetRemoteCertificate"/>.