Opc.Ua.Core
StorePath Property (CertificateStoreIdentifier)



Opc.Ua Namespace > CertificateStoreIdentifier 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 CertificateStoreIdentifier
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

If the StoreName is not empty and the StoreLocation is empty, the Utils.Format("CurrentUser\\{0}", m_storeName) is returned. If the StoreName is not empty and the StoreLocation is not empty, the Utils.Format("{1}\\{0}", m_storeName, m_storeLocation) is returned. If the StoreName is empty, the m_storePath is returned.
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