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