EasyUA Reference
StorePath Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > CertificateStoreIdentifier Class : StorePath Property

Glossary Item Box

The path that identifies the certificate store.

Syntax

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.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.