3 references to IncludeArchived
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\StorePal.Windows.Import.cs (2)
232if ((flags & OpenFlags.IncludeArchived) == OpenFlags.IncludeArchived)
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\PkcsHelpers.cs (1)
157OpenFlags flags = OpenFlags.ReadOnly | OpenFlags.IncludeArchived;