Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Security.Cryptography.X509Certificates.OpenFlags

Assembly: System.Security.Cryptography

Specifies the way to open the X.509 certificate store.

Values

ReadOnly
Open the X.509 certificate store for reading only.
ReadWrite
Open the X.509 certificate store for both reading and writing.
MaxAllowed
Open the X.509 certificate store for the highest access allowed.
OpenExistingOnly
Opens only existing stores; if no store exists, the <see cref="M:System.Security.Cryptography.X509Certificates.X509Store.Open(System.Security.Cryptography.X509Certificates.OpenFlags)" /> method will not create a new store.
IncludeArchived
Open the X.509 certificate store and include archived certificates.