Share via


Open Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

'Declaration
Public Sub Open ( _
    flags As OpenFlags _
)
public void Open(
    OpenFlags flags
)
public:
void Open(
    OpenFlags flags
)
member Open : 
        flags:OpenFlags -> unit 
public function Open(
    flags : OpenFlags
)

Parameters

Remarks

Use this method to open an existing X.509 store.

.NET Framework Security

See Also

Reference

X509Store Class

System.Security.Cryptography.X509Certificates Namespace