OPC Labs Base Library
ValidateCertificateEventArgs Object
Members 
OpcLabs_BaseLib ActiveX DLL : ValidateCertificateEventArgs Object
Description
Arguments for an event that that supplies the certificates used for authentication.

 

ProgId: OpcLabs.BaseLib.Security.ValidateCertificateEventArgs
CLSID (Class ID): b3da7bef-67c9-4cc1-a94e-f3502504d9e2
Default interface: OpcLabs.BaseLib.Security.ComTypes._ValidateCertificateEventArgs
Event source interface:

 

For more information, see ValidateCertificateEventArgs and OpcLabs.BaseLib.Security.ComTypes._ValidateCertificateEventArgs in .NET Reference.

Object Model

ValidateCertificateEventArgs ObjectPkiCertificate ObjectPkiChain Object

Remarks

For remarks, see ValidateCertificateEventArgs and OpcLabs.BaseLib.Security.ComTypes._ValidateCertificateEventArgs in .NET Reference.

Object creation

_ValidateCertificateEventArgsPtr ValidateCertificateEventArgsPtr(__uuidof(ValidateCertificateEventArgs));
ValidateCertificateEventArgs := CoValidateCertificateEventArgs.Create;
var ValidateCertificateEventArgs = new ActiveXObject("OpcLabs.BaseLib.Security.ValidateCertificateEventArgs");
ValidateCertificateEventArgs := CoValidateCertificateEventArgs.Create;
$ValidateCertificateEventArgs = Win32::OLE->new("OpcLabs.BaseLib.Security.ValidateCertificateEventArgs");
$ValidateCertificateEventArgs = new COM("OpcLabs.BaseLib.Security.ValidateCertificateEventArgs");
OLEObject ValidateCertificateEventArgs
ValidateCertificateEventArgs = CREATE OLEObject
ValidateCertificateEventArgs.ConnectToNewObject("OpcLabs.BaseLib.Security.ValidateCertificateEventArgs")
ValidateCertificateEventArgs = win32com.client.Dispatch('OpcLabs.BaseLib.Security.ValidateCertificateEventArgs')
Dim ValidateCertificateEventArgs As New OleObject ("OpcLabs.BaseLib.Security.ValidateCertificateEventArgs")
Dim ValidateCertificateEventArgs As New ValidateCertificateEventArgs
ValidateCertificateEventArgs = CREATEOBJECT("OpcLabs.BaseLib.Security.ValidateCertificateEventArgs")
Dim ValidateCertificateEventArgs As New ValidateCertificateEventArgs
Dim ValidateCertificateEventArgs: Set ValidateCertificateEventArgs = CreateObject("OpcLabs.BaseLib.Security.ValidateCertificateEventArgs")
ValidateCertificateEventArgs := CreateObject("OpcLabs.BaseLib.Security.ValidateCertificateEventArgs")
Interfaces
InterfaceDescription
 
Example

For examples, see ValidateCertificateEventArgs in .NET Reference.

See Also

ValidateCertificateEventArgs Members