Represents an X509 store, which is a physical store where certificates are persisted and managed.
| C# | Visual Basic |
public sealed class X509Store
Public NotInheritable Class X509Store
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| X509Store()()()() |
Creates a new instance of the X509Store class using the personal certificates of the current user store.
| |
| X509Store(StoreName, StoreLocation) |
Initializes a new instance of the X509Store class using the specified StoreName and StoreLocation values.
| |
| X509Store(String, StoreLocation) |
Initializes a new instance of the X509Store class using a string representing a value from the StoreName enumeration and a value from the StoreLocation enumeration.
| |
| Certificates |
Returns a collection of certificates located in an X509 certificate store.
| |
| Close()()()() |
Closes an X509 certificate store.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Location |
Gets the location of the X.509 certificate store.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
Gets the name of the X509 certificate store.
| |
| Open(OpenFlags) |
Opens an X509 certificate store or creates a new store, depending on OpenFlags flag settings.
| |
| StoreHandle |
Native handle to the certificate store.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| X509Store | |