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