2 references to GetStoreCertificates
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (2)
20
certs.AddRange(PkcsHelpers.
GetStoreCertificates
(StoreName.My, StoreLocation.CurrentUser, openExistingOnly: false));
26
PkcsHelpers.
GetStoreCertificates
(StoreName.My, StoreLocation.LocalMachine, openExistingOnly: false));