11 references to AddCertificate
Microsoft.AspNetCore.Shared.Tests (11)
CertificateManagerTests.cs (8)
147
manager.
AddCertificate
(StoreName.My, StoreLocation.CurrentUser, v3Certificate, isExportable: true);
148
manager.
AddCertificate
(StoreName.My, StoreLocation.CurrentUser, v4Certificate, isExportable: true);
149
manager.
AddCertificate
(StoreName.My, StoreLocation.CurrentUser, v6Certificate, isExportable: true);
168
manager.
AddCertificate
(StoreName.My, StoreLocation.CurrentUser, olderCertificate, isExportable: true);
187
manager.
AddCertificate
(StoreName.My, StoreLocation.CurrentUser, minimumCertificate, isExportable: true);
208
manager.
AddCertificate
(StoreName.My, StoreLocation.CurrentUser, minimumCertificate, isExportable: true);
230
manager.
AddCertificate
(StoreName.My, StoreLocation.CurrentUser, currentCertificate, isExportable: true);
249
manager.
AddCertificate
(StoreName.My, StoreLocation.CurrentUser, newerCertificate, isExportable: true);
TestCertificateManager.cs (3)
43
AddCertificate
(storeKey.StoreName, storeKey.StoreLocation, certificate);
277
AddCertificate
(storeName, storeLocation, certificate, isExportable: true);
284
AddCertificate
(StoreName.Root, StoreLocation.CurrentUser, certificate, isExportable: true);