Opc.Ua.Core
OpenStore Method (CertificateIdentifier)



Opc.Ua Namespace > CertificateIdentifier Class : OpenStore Method
Returns an object to access the store containing the certificate.
Syntax
'Declaration
 
Public Function OpenStore() As ICertificateStore
'Usage
 
Dim instance As CertificateIdentifier
Dim value As ICertificateStore
 
value = instance.OpenStore()
public ICertificateStore OpenStore()
public:
ICertificateStore^ OpenStore(); 

Return Value

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

CertificateIdentifier Class
CertificateIdentifier Members