Opc.Ua.Core
StorePath Property (CertificateIdentifier)



Opc.Ua Namespace > CertificateIdentifier Class : StorePath Property
The path that identifies the certificate store.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=1)>
Public Property StorePath As String
'Usage
 
Dim instance As CertificateIdentifier
Dim value As String
 
instance.StorePath = value
 
value = instance.StorePath
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=1)]
public string StorePath {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=1)]
public:
property String^ StorePath {
   String^ get();
   void set (    String^ value);
}

Property Value

The store path in the form StoreName\\Store Location .
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