10 references to OpenExistingOnly
dotnet-svcutil-lib (1)
CmdCredentialsProvider.cs (1)
80certificateStore.Open(OpenFlags.OpenExistingOnly | OpenFlags.ReadOnly);
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\CertificateResolver.cs (1)
40store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly);
NuGet.Commands (1)
SignCommand\CertificateProvider.cs (1)
234store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly);
PresentationUI (1)
MS\Internal\Documents\DocumentSignatureManager.cs (1)
906store.Open(OpenFlags.OpenExistingOnly | OpenFlags.ReadOnly);
System.Net.Http.WinHttpHandler (1)
src\runtime\src\libraries\Common\src\System\Net\Security\CertificateHelper.Windows.cs (1)
16myStore.Open(OpenFlags.OpenExistingOnly | OpenFlags.ReadOnly);
System.Net.Security (1)
System\Net\Security\SslCertificateTrust.cs (1)
30store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly);
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\StorePal.Windows.Import.cs (2)
230if ((flags & OpenFlags.OpenExistingOnly) == OpenFlags.OpenExistingOnly)
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\PkcsHelpers.cs (1)
159flags |= OpenFlags.OpenExistingOnly;
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Utils.cs (1)
666stores[index].Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly);