X509Store Constructor
Initializes a new instance of the X509Store class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | X509Store() | Initializes a new instance of the X509Store class using the personal certificates of the current user store. |
![]() | X509Store(IntPtr) | Initializes a new instance of the X509Store class using an Intptr handle to an HCERTSTORE store. |
![]() | X509Store(StoreLocation) | Initializes a new instance of the X509Store class using the specified StoreLocation value. |
![]() | X509Store(StoreName) | |
![]() | X509Store(StoreName, StoreLocation) | Initializes a new instance of the X509Store class using the specified StoreName and StoreLocation values. |
![]() | X509Store(String^) | Initializes a new instance of the X509Store class using the specified store name. |
![]() | X509Store(String^, StoreLocation) | Initializes a new instance of the X509Store class using a string that represents a value from the StoreName enumeration and a value from the StoreLocation enumeration. |
