1 write to Location
Microsoft.AspNetCore.DataProtection.Extensions.Tests (1)
X509StoreIsAvailableAttribute.cs (1)
16
Location
= location;
2 references to Location
Microsoft.AspNetCore.DataProtection.Extensions.Tests (2)
X509StoreIsAvailableAttribute.cs (2)
25
using (var store = new X509Store(Name,
Location
))
38
public string SkipReason => $"Skipping because the X509Store({Name}/{
Location
}) is not available on this machine.";