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