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