<PackageReference Include="NETStandard.Library" Version="2.0.1" />

System.Security.Cryptography.X509Certificates.StoreLocation

public enum StoreLocation
namespace System.Security.Cryptography.X509Certificates { public enum StoreLocation { CurrentUser = 1, LocalMachine } }