4 references to _exportableByThumbprint
Microsoft.AspNetCore.Shared.Tests (4)
TestCertificateManager.cs (4)
67_exportableByThumbprint[entry.Thumbprint] = entry.Exportable; 89_exportableByThumbprint.Remove(entry.Thumbprint); 295if (!string.IsNullOrEmpty(c.Thumbprint) && _exportableByThumbprint.TryGetValue(c.Thumbprint, out var exportable)) 393_exportableByThumbprint.Remove(entry.Thumbprint);