4 references to AddressBook
NuGet.Configuration (1)
Settings\Items\StoreClientCertItem.cs (1)
176GetString(StoreName.AddressBook),
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Store.cs (1)
44StoreName.AddressBook => "AddressBook",
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (2)
220candidateCerts.AddRange(PkcsHelpers.GetStoreCertificates(StoreName.AddressBook, StoreLocation.CurrentUser, openExistingOnly: true)); 221candidateCerts.AddRange(PkcsHelpers.GetStoreCertificates(StoreName.AddressBook, StoreLocation.LocalMachine, openExistingOnly: true));