Opc.Ua.Core
CertificateStoreIdentifier Constructor(String,Boolean)



Opc.Ua Namespace > CertificateStoreIdentifier Class > CertificateStoreIdentifier Constructor : CertificateStoreIdentifier Constructor(String,Boolean)
The store path of the store.
If the store supports no private keys.
Ctor of a certificate store.
Syntax
'Declaration
 
Public Function New( _
   ByVal storePath As String, _
   Optional ByVal noPrivateKeys As Boolean _
)
'Usage
 
Dim storePath As String
Dim noPrivateKeys As Boolean
 
Dim instance As New CertificateStoreIdentifier(storePath, noPrivateKeys)
public CertificateStoreIdentifier( 
   string storePath,
   bool noPrivateKeys
)
public:
CertificateStoreIdentifier( 
   String^ storePath,
   bool noPrivateKeys
)

Parameters

storePath
The store path of the store.
noPrivateKeys
If the store supports no 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

CertificateStoreIdentifier Class
CertificateStoreIdentifier Members
Overload List