Opc.Ua.Core
OpenStore(String,Boolean) Method



Opc.Ua Namespace > CertificateStoreIdentifier Class > OpenStore Method : OpenStore(String,Boolean) Method
location of the store
Indicates whether NO private keys are found in the store. Default true.
Returns an object to access the store containing the certificates.
Syntax
'Declaration
 
<ObsoleteAttribute("Use non static OpenStore method to take advantage of caching.")>
Public Overloads Shared Function OpenStore( _
   ByVal path As String, _
   ByVal noPrivateKeys As Boolean _
) As ICertificateStore
'Usage
 
Dim path As String
Dim noPrivateKeys As Boolean
Dim value As ICertificateStore
 
value = CertificateStoreIdentifier.OpenStore(path, noPrivateKeys)
[Obsolete("Use non static OpenStore method to take advantage of caching.")]
public static ICertificateStore OpenStore( 
   string path,
   bool noPrivateKeys
)
[Obsolete("Use non static OpenStore method to take advantage of caching.")]
public:
static ICertificateStore^ OpenStore( 
   String^ path,
   bool noPrivateKeys
) 

Parameters

path
location of the store
noPrivateKeys
Indicates whether NO private keys are found in the store. Default true.

Return Value

A disposable instance of the ICertificateStore.
Remarks
Opens an instance of the store which contains public keys.
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

CertificateStoreIdentifier Class
CertificateStoreIdentifier Members
Overload List