OPC Labs EasyOPC-UA Library
UACertificateTypeElementCollection Collection
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UACertificateTypeElementCollection Collection
Description
A collection of OPC-UA certificate type elements.

 

ProgId: OpcLabs.EasyOpc.UA.Application.UACertificateTypeElementCollection
CLSID (Class ID): da516a55-1cac-4cd7-838c-80d3ea89fc45
Default interface: OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificateTypeElementCollection
Event source interface:

 

For more information, see UACertificateTypeElementCollection and OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificateTypeElementCollection in .NET Reference.

Object Model

UACertificateTypeElementCollection CollectionUACertificateTypeElement ObjectUANodeId ObjectUANodeId Object

Remarks

For remarks, see UACertificateTypeElementCollection and OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificateTypeElementCollection in .NET Reference.

Object creation

_UACertificateTypeElementCollectionPtr UACertificateTypeElementCollectionPtr(__uuidof(UACertificateTypeElementCollection));
UACertificateTypeElementCollection := CoUACertificateTypeElementCollection.Create;
var UACertificateTypeElementCollection = new ActiveXObject("OpcLabs.EasyOpc.UA.Application.UACertificateTypeElementCollection");
UACertificateTypeElementCollection := CoUACertificateTypeElementCollection.Create;
$UACertificateTypeElementCollection = Win32::OLE->new("OpcLabs.EasyOpc.UA.Application.UACertificateTypeElementCollection");
$UACertificateTypeElementCollection = new COM("OpcLabs.EasyOpc.UA.Application.UACertificateTypeElementCollection");
OLEObject UACertificateTypeElementCollection
UACertificateTypeElementCollection = CREATE OLEObject
UACertificateTypeElementCollection.ConnectToNewObject("OpcLabs.EasyOpc.UA.Application.UACertificateTypeElementCollection")
UACertificateTypeElementCollection = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Application.UACertificateTypeElementCollection')
Dim UACertificateTypeElementCollection As New OleObject ("OpcLabs.EasyOpc.UA.Application.UACertificateTypeElementCollection")
Dim UACertificateTypeElementCollection As New UACertificateTypeElementCollection
UACertificateTypeElementCollection = CREATEOBJECT("OpcLabs.EasyOpc.UA.Application.UACertificateTypeElementCollection")
Dim UACertificateTypeElementCollection As New UACertificateTypeElementCollection
Dim UACertificateTypeElementCollection: Set UACertificateTypeElementCollection = CreateObject("OpcLabs.EasyOpc.UA.Application.UACertificateTypeElementCollection")
UACertificateTypeElementCollection := CreateObject("OpcLabs.EasyOpc.UA.Application.UACertificateTypeElementCollection")
Interfaces
InterfaceDescription
 

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): de8db6f8-d101-3a92-8d1c-e72e5f10e992

 

For more information, see ICollection in .NET Reference.

 

IID (Interface ID): 496b0abe-cdee-11d3-88e8-00902754c43a

 

For more information, see IEnumerable in .NET Reference.

 

IID (Interface ID): 7bcfa00f-f764-3113-9140-3bbd127a96bb

 

For more information, see IList in .NET Reference.

Example

For examples, see UACertificateTypeElementCollection in .NET Reference.

See Also

UACertificateTypeElementCollection Members