Specifies the way the X509 certificate store should be opened.
| C# | Visual Basic |
public enum OpenFlags
Public Enumeration OpenFlags
| Member | Description |
|---|---|
| IncludeArchived |
Open the X509 certificate store and include archived certificates.
|
| MaxAllowed |
Open the X509 certificate store for the highest access allowed.
|
| OpenExistingOnly |
Opens only existing stores; if no store exists, the Open(OpenFlags) method will not create a new store.
|
| ReadOnly |
Open the X509 certificate store for reading only.
|
| ReadWrite |
Open the X509 certificate store for both reading and writing.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|