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