OPC Labs Base Library
SecurityKeysInfo Object
Members 
OpcLabs_BaseLib ActiveX DLL : SecurityKeysInfo Object
Description
Contains information about the security keys retrieved.

 

ProgId: OpcLabs.BaseLib.Security.KeyManagement.SecurityKeysInfo
CLSID (Class ID): ea941a0c-a87e-47de-9a96-63a2aabea1fe
Default interface: OpcLabs.BaseLib.Security.KeyManagement.ComTypes._SecurityKeysInfo
Event source interface:

 

For more information, see SecurityKeysInfo and OpcLabs.BaseLib.Security.KeyManagement.ComTypes._SecurityKeysInfo in .NET Reference.

Remarks

For remarks, see SecurityKeysInfo and OpcLabs.BaseLib.Security.KeyManagement.ComTypes._SecurityKeysInfo in .NET Reference.

Object creation

_SecurityKeysInfoPtr SecurityKeysInfoPtr(__uuidof(SecurityKeysInfo));
SecurityKeysInfo := CoSecurityKeysInfo.Create;
var SecurityKeysInfo = new ActiveXObject("OpcLabs.BaseLib.Security.KeyManagement.SecurityKeysInfo");
SecurityKeysInfo := CoSecurityKeysInfo.Create;
$SecurityKeysInfo = Win32::OLE->new("OpcLabs.BaseLib.Security.KeyManagement.SecurityKeysInfo");
$SecurityKeysInfo = new COM("OpcLabs.BaseLib.Security.KeyManagement.SecurityKeysInfo");
OLEObject SecurityKeysInfo
SecurityKeysInfo = CREATE OLEObject
SecurityKeysInfo.ConnectToNewObject("OpcLabs.BaseLib.Security.KeyManagement.SecurityKeysInfo")
SecurityKeysInfo = win32com.client.Dispatch('OpcLabs.BaseLib.Security.KeyManagement.SecurityKeysInfo')
Dim SecurityKeysInfo As New OleObject ("OpcLabs.BaseLib.Security.KeyManagement.SecurityKeysInfo")
Dim SecurityKeysInfo As New SecurityKeysInfo
SecurityKeysInfo = CREATEOBJECT("OpcLabs.BaseLib.Security.KeyManagement.SecurityKeysInfo")
Dim SecurityKeysInfo As New SecurityKeysInfo
Dim SecurityKeysInfo: Set SecurityKeysInfo = CreateObject("OpcLabs.BaseLib.Security.KeyManagement.SecurityKeysInfo")
SecurityKeysInfo := CreateObject("OpcLabs.BaseLib.Security.KeyManagement.SecurityKeysInfo")
Interfaces
InterfaceDescription
 

 

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

 

For more information, see ICloneable in .NET Reference.

An object that holds information.

 

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

 

For more information, see _Info in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

A common base class.

 

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

 

For more information, see _Object2 in .NET Reference.

Example

For examples, see SecurityKeysInfo in .NET Reference.

See Also

SecurityKeysInfo Members