6 references to GetStoreCertificates
System.Security.Cryptography.Pkcs (6)
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));
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (2)
220
candidateCerts.AddRange(PkcsHelpers.
GetStoreCertificates
(StoreName.AddressBook, StoreLocation.CurrentUser, openExistingOnly: true));
221
candidateCerts.AddRange(PkcsHelpers.
GetStoreCertificates
(StoreName.AddressBook, StoreLocation.LocalMachine, openExistingOnly: true));
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (2)
59
certs.AddRange(PkcsHelpers.
GetStoreCertificates
(StoreName.My, StoreLocation.CurrentUser, openExistingOnly: true));
60
certs.AddRange(PkcsHelpers.
GetStoreCertificates
(StoreName.My, StoreLocation.LocalMachine, openExistingOnly: true));