3 references to PlatformSpecificRootStoreLocation
Infrastructure.Common (3)
CertificateManager.cs (2)
206return CertificateFromThumbprint(StoreName.Root, PlatformSpecificRootStoreLocation, thumbprint, validOnly); 233certificate = AddToStoreIfNeeded(StoreName.Root, PlatformSpecificRootStoreLocation, certificate);
ServiceUtilHelper.cs (1)
79get { return CertificateManager.PlatformSpecificRootStoreLocation; }