4 references to AddressBook
NuGet.Configuration (1)
Settings\Items\StoreClientCertItem.cs (1)
176
GetString(StoreName.
AddressBook
),
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Store.cs (1)
44
StoreName.
AddressBook
=> "AddressBook",
System.Security.Cryptography.Pkcs (2)
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));