1 write to Name
Microsoft.AspNetCore.DataProtection.Extensions.Tests (1)
X509StoreIsAvailableAttribute.cs (1)
15
Name
= name;
2 references to Name
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.";