Opc.Ua.Core
Open Method (ICertificateStore)



Opc.Ua Namespace > ICertificateStore Interface : Open Method
The location.
Indicates whether NO private keys are found in the store. Default true.
Opens the store at the specified location.
Syntax
'Declaration
 
Sub Open( _
   ByVal location As String, _
   Optional ByVal noPrivateKeys As Boolean _
) 
'Usage
 
Dim instance As ICertificateStore
Dim location As String
Dim noPrivateKeys As Boolean
 
instance.Open(location, noPrivateKeys)

Parameters

location
The location.
noPrivateKeys
Indicates whether NO private keys are found in the store. Default true.
Remarks
The syntax depends on the store implementation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ICertificateStore Interface
ICertificateStore Members