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