Specifies the name of the X509 certificate store to open.
| C# | Visual Basic |
public enum StoreName
Public Enumeration StoreName
| Member | Description |
|---|---|
| CertificateAuthority |
The X509 certificate store for intermediate certificate authorities (CAs).
|
| My |
The X509 certificate store for personal certificates.
|
| Root |
The X509 certificate store for trusted root certificate authorities (CAs).
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|