1 write to PresentedCertificate
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
UserCallbacks\ValidateClientCertificateCallback.cs (1)
35
PresentedCertificate
= 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);
323
CompleteHandshake(fd, conn, validation.
PresentedCertificate
);
UserCallbacks\ValidateClientCertificateCallback.cs (1)
50
PresentedCertificate
,