2 references to GetCertificateFromStore
Microsoft.AspNetCore.DataProtection (2)
XmlEncryption\CertificateResolver.cs (2)
31
return
GetCertificateFromStore
(StoreLocation.CurrentUser, thumbprint)
32
??
GetCertificateFromStore
(StoreLocation.LocalMachine, thumbprint);