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