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