Home
last modified time | relevance | path

Searched refs:openExistingOnly (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/Windows/
H A DDecryptorPalWindows.Decrypt.cs150 …rs.GetStoreCertificates(StoreName.AddressBook, StoreLocation.CurrentUser, openExistingOnly: true)); in TryDecryptAgree()
151 …s.GetStoreCertificates(StoreName.AddressBook, StoreLocation.LocalMachine, openExistingOnly: true)); in TryDecryptAgree()
H A DPkcsPalWindows.cs137 …nge(Helpers.GetStoreCertificates(StoreName.My, StoreLocation.CurrentUser, openExistingOnly: true)); in AddCertsFromStoreForDecryption()
138 …ge(Helpers.GetStoreCertificates(StoreName.My, StoreLocation.LocalMachine, openExistingOnly: true)); in AddCertsFromStoreForDecryption()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/
H A DHelpers.cs152 …ction GetStoreCertificates(StoreName storeName, StoreLocation storeLocation, bool openExistingOnly) in GetStoreCertificates() argument
157 if (openExistingOnly) in GetStoreCertificates()