2 references to Clone
Microsoft.AspNetCore.Authentication.Certificate (2)
CertificateValidationCache.cs (2)
48
return _cache.Get<AuthenticateResult>(key)?.
Clone
();
72
_cache.Set(key, result.
Clone
(), new MemoryCacheEntryOptions()