1 write to PresentedCertificate
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
UserCallbacks\ValidateClientCertificateCallback.cs (1)
35PresentedCertificate = presentedCertificate;
3 references to PresentedCertificate
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
TlsEventPump.UserCallbacks.cs (2)
300_logger.LogDebug("Client certificate rejected for fd={Fd} (presented={Presented}).", fd, validation.PresentedCertificate is not null); 323CompleteHandshake(fd, conn, validation.PresentedCertificate);
UserCallbacks\ValidateClientCertificateCallback.cs (1)
50PresentedCertificate,