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

Glossary Item Box

The type of certificate store.

Syntax

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

Property Value

If the StoreName is not empty, the CertificateStoreType.Windows is returned, otherwise the StoreType 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.