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

Glossary Item Box

The path that identifies the certificate store.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As CertificateIdentifier
Dim value As String
 
instance.StorePath = value
 
value = instance.StorePath
C# 
[DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string StorePath {get; set;}

Property Value

The store path in the form StoreName\\Store Location .

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.