3 references to AddToStoreIfNeeded
Infrastructure.Common (3)
CertificateManager.cs (3)
233
certificate =
AddToStoreIfNeeded
(StoreName.Root, PlatformSpecificRootStoreLocation, certificate);
245
certificate =
AddToStoreIfNeeded
(StoreName.My, StoreLocation.CurrentUser, certificate);
258
certificate =
AddToStoreIfNeeded
(StoreName.TrustedPeople, StoreLocation.CurrentUser, certificate);