Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

X509Store Constructor

 

Initializes a new instance of the X509Store class.

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodX509Store()

Initializes a new instance of the X509Store class using the personal certificates of the current user store.

System_CAPS_pubmethodX509Store(IntPtr)

Initializes a new instance of the X509Store class using an Intptr handle to an HCERTSTORE store.

System_CAPS_pubmethodX509Store(StoreLocation)

Initializes a new instance of the X509Store class using the specified StoreLocation value.

System_CAPS_pubmethodX509Store(StoreName)

Initializes a new instance of the X509Store class using the specified StoreName value.

System_CAPS_pubmethodX509Store(StoreName, StoreLocation)

Initializes a new instance of the X509Store class using the specified StoreName and StoreLocation values.

System_CAPS_pubmethodX509Store(String^)

Initializes a new instance of the X509Store class using the specified store name.

System_CAPS_pubmethodX509Store(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.

Return to top
Show:
© 2017 Microsoft