3 references to AddToStoreIfNeeded
Infrastructure.Common (3)
CertificateManager.cs (3)
235
certificate =
AddToStoreIfNeeded
(StoreName.Root, PlatformSpecificRootStoreLocation, certificate);
247
certificate =
AddToStoreIfNeeded
(StoreName.My, StoreLocation.CurrentUser, certificate);
260
certificate =
AddToStoreIfNeeded
(StoreName.TrustedPeople, StoreLocation.CurrentUser, certificate);