You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using CustomTrustStore within ClientCertificateValidation when specifying listenOptions.UseHttps, is it possible to somehow specify to cache the certificate validation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When using CustomTrustStore within ClientCertificateValidation when specifying listenOptions.UseHttps, is it possible to somehow specify to cache the certificate validation?
I see the tests to set the cert cache specifically go through the builder and it doesn't seem like there's any other API exposed to add it elsewhere:
https://github.com/dotnet/AspNetCore.Docs/blob/59205ccb1fe5dbcf5715569e49c7c9235371c9ef/aspnetcore/security/authentication/certauth/samples/6.x/CertAuthSample/Snippets/Program.cs#L198
Beta Was this translation helpful? Give feedback.
All reactions