1 write to Exportable
Microsoft.AspNetCore.Shared.Tests (1)
TestCertificateManager.cs (1)
407
Exportable
= (isExportable ?? certificate.HasPrivateKey) && certificate.HasPrivateKey;
2 references to Exportable
Microsoft.AspNetCore.Shared.Tests (2)
TestCertificateManager.cs (2)
67
_exportableByThumbprint[entry.Thumbprint] = entry.
Exportable
;
409
if (
Exportable
)