In The Hand LtdIn The Hand
X509Store Constructor (storeName, location)
NamespacesInTheHand.Security.Cryptography.X509CertificatesX509StoreX509Store(String, StoreLocation)
.NET Components for Mobility
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.
Declaration Syntax
C#Visual Basic
public X509Store(
	string storeName,
	StoreLocation location
)
Public Sub New ( _
	storeName As String, _
	location As StoreLocation _
)
Parameters
storeName (String)
A string value representing the store name. See the StoreName enumeration for more information.
location (StoreLocation)
One of the StoreLocation values.
Remarks
Use this constructor to create an X509Store object using a store name and location. To create a new store, specify a name that does not exist. A new store will be created with that name.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0