X509Store.Open Method
Opens an X.509 certificate store or creates a new store, depending on OpenFlags flag settings.
Namespace: System.Security.Cryptography.X509Certificates
Assembly: System.Security (in system.security.dll)
Syntax
public void Open (
OpenFlags flags
)
Parameters
- flags
A bitwise combination of enumeration values that specifies the way to open the X.509 certificate store.
Remarks
Use this method to open an existing X.509 store. You can create a new store by passing a store name that does not exist to the class constructor, and then using any of the OpenFlags flags except OpenExistingOnly.
Version Information
Available in the .NET Micro Framework version 4.2.
See Also
Reference
X509Store Class
X509Store Members
System.Security.Cryptography.X509Certificates Namespace