2 references to CertificateValidationCache
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateValidationCache.cs (1)
32
public CertificateValidationCache(IOptions<CertificateValidationCacheOptions> options) :
this
(options, TimeProvider.System)
Microsoft.AspNetCore.Authentication.Test (1)
CertificateTests.cs (1)
881
services.AddSingleton<ICertificateValidationCache>(new
CertificateValidationCache
(Options.Create(new CertificateValidationCacheOptions()), timeProvider));