8 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);
Microsoft.DotNet.SignCheckLibrary (1)
Verification\XmlVerifier.cs (1)
71rootStore.Open(OpenFlags.IncludeArchived | OpenFlags.OpenExistingOnly | OpenFlags.ReadOnly);
PresentationUI (1)
MS\Internal\Documents\DocumentSignatureManager.cs (1)
923store.Open(OpenFlags.OpenExistingOnly | OpenFlags.ReadOnly);
System.Net.Security (1)
System\Net\Security\SslCertificateTrust.cs (1)
33store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly);
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslDirectoryBasedStoreProvider.cs (1)
51if (0 != (openFlags & OpenFlags.OpenExistingOnly))
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\PkcsHelpers.cs (1)
269flags |= OpenFlags.OpenExistingOnly;
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Utils.cs (1)
675stores[index].Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly);