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