2 references to IncludeArchived
Microsoft.DotNet.SignCheckLibrary (1)
Verification\XmlVerifier.cs (1)
71rootStore.Open(OpenFlags.IncludeArchived | OpenFlags.OpenExistingOnly | OpenFlags.ReadOnly);
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\PkcsHelpers.cs (1)
267OpenFlags flags = OpenFlags.ReadOnly | OpenFlags.IncludeArchived;