| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As CertificateStoreIdentifier Dim value As String instance.StorePath = value value = instance.StorePath | |
| C# | |
|---|---|
| [DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string StorePath {get; set;} | |
Property Value
If the StoreName is not empty and the StoreLocation is empty, the Utils.Format("LocalMachine\\{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.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    