QuickOPC User's Guide and Reference
UATrustListMasks Enumeration



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Gds Namespace : UATrustListMasks Enumeration
Defines which trusted lists are specified.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<DisplayName2Attribute("OPC-UA Trust List Masks")>
<GuidAttribute("286D09A5-BF7D-425D-94B5-65C5EAFD1D4A")>
<FlagsAttribute()>
Public Enum UATrustListMasks 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As UATrustListMasks
[ComVisible(true)]
[DisplayName2("OPC-UA Trust List Masks")]
[Guid("286D09A5-BF7D-425D-94B5-65C5EAFD1D4A")]
[Flags()]
public enum UATrustListMasks : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(true)]
[DisplayName2("OPC-UA Trust List Masks")]
[Guid("286D09A5-BF7D-425D-94B5-65C5EAFD1D4A")]
[Flags()]
public enum class UATrustListMasks : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
All15All fields are provided.
IssuerCertificates4The Issuer Certificates are provided.

Remarks:

Refers to the OpcLabs.EasyOpc.UA.Gds.Internal.UATrustListDataType.IssuerCertificates property.

IssuerCrls8The Issuer CRLs are provided.

Remarks:

Refers to the OpcLabs.EasyOpc.UA.Gds.Internal.UATrustListDataType.IssuerCrls property.

None0No fields are provided.
TrustedCertificates1The Trusted Certificates are provided.

Remarks:

Refers to the OpcLabs.EasyOpc.UA.Gds.Internal.UATrustListDataType.TrustedCertificates property.

TrustedCrls2The Trusted CRLs are provided.

Remarks:

Refers to the OpcLabs.EasyOpc.UA.Gds.Internal.UATrustListDataType.TrustedCrls property.

Remarks

Used e.g. by the OpcLabs.EasyOpc.UA.Application.IEasyUAClientServerApplication.RefreshTrustLists method, and the OpcLabs.EasyOpc.UA.Gds.Internal.UATrustListDataType.SpecifiedLists property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.UA.Gds.UATrustListMasks

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also