OPC Labs EasyOPC-UA Library
UACertificateArguments Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UACertificateArguments Object
Description
Contains arguments for OPC UA application certificate-related operations.

 

ProgId: OpcLabs.EasyOpc.UA.Application.UACertificateArguments
CLSID (Class ID): 89389b00-51dc-4320-a5ed-856c41dfb7e6
Default interface: OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificateArguments
Event source interface:

 

For more information, see UACertificateArguments and OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificateArguments in .NET Reference.

Object Model

UACertificateArguments ObjectOperationArguments ObjectOperationArguments Object

Remarks

For remarks, see UACertificateArguments and OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificateArguments in .NET Reference.

Object creation

_UACertificateArgumentsPtr UACertificateArgumentsPtr(__uuidof(UACertificateArguments));
UACertificateArguments := CoUACertificateArguments.Create;
var UACertificateArguments = new ActiveXObject("OpcLabs.EasyOpc.UA.Application.UACertificateArguments");
UACertificateArguments := CoUACertificateArguments.Create;
$UACertificateArguments = Win32::OLE->new("OpcLabs.EasyOpc.UA.Application.UACertificateArguments");
$UACertificateArguments = new COM("OpcLabs.EasyOpc.UA.Application.UACertificateArguments");
OLEObject UACertificateArguments
UACertificateArguments = CREATE OLEObject
UACertificateArguments.ConnectToNewObject("OpcLabs.EasyOpc.UA.Application.UACertificateArguments")
UACertificateArguments = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Application.UACertificateArguments')
Dim UACertificateArguments As New OleObject ("OpcLabs.EasyOpc.UA.Application.UACertificateArguments")
Dim UACertificateArguments As New UACertificateArguments
UACertificateArguments = CREATEOBJECT("OpcLabs.EasyOpc.UA.Application.UACertificateArguments")
Dim UACertificateArguments As New UACertificateArguments
Dim UACertificateArguments: Set UACertificateArguments = CreateObject("OpcLabs.EasyOpc.UA.Application.UACertificateArguments")
UACertificateArguments := CreateObject("OpcLabs.EasyOpc.UA.Application.UACertificateArguments")
Interfaces
InterfaceDescription
An object that holds information.

 

IID (Interface ID): b9103dfd-bace-4392-afb0-ff2bfc9c7ab7

 

For more information, see _Info in .NET Reference.

 
A common base class.

 

IID (Interface ID): 9b164457-eef8-4736-bae7-531d45ea2751

 

For more information, see _Object2 in .NET Reference.

Holds arguments of an operation.

 

IID (Interface ID): eee67ffb-a7b3-43c3-8bd9-47f2805c529a

 

For more information, see _OperationArguments in .NET Reference.

 

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

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see UACertificateArguments in .NET Reference.

See Also

UACertificateArguments Members