1 write to Thumbprint
Microsoft.AspNetCore.Shared.Tests (1)
TestCertificateManager.cs (1)
406Thumbprint = certificate.Thumbprint ?? string.Empty;
6 references to Thumbprint
Microsoft.AspNetCore.Shared.Tests (6)
TestCertificateManager.cs (6)
65if (!string.IsNullOrEmpty(entry.Thumbprint)) 67_exportableByThumbprint[entry.Thumbprint] = entry.Exportable; 87if (!string.IsNullOrEmpty(entry.Thumbprint)) 89_exportableByThumbprint.Remove(entry.Thumbprint); 391if (!string.IsNullOrEmpty(entry.Thumbprint)) 393_exportableByThumbprint.Remove(entry.Thumbprint);