OPC Studio User's Guide and Reference
GetCertificatesEventArgs Constructor(Object,Object)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security Namespace > GetCertificatesEventArgs Class > GetCertificatesEventArgs Constructor : GetCertificatesEventArgs Constructor(Object,Object)
An object that contains state information for this operation.

The value of this parameter cannot be null (Nothing in Visual Basic).

The target object for which the certificates are being obtained.

The value of this parameter cannot be null (Nothing in Visual Basic).

Initializes a new instance of the class, specifying the sender and the target.
Syntax
'Declaration
 
Public Function New( _
   ByVal sender As Object, _
   ByVal target As Object _
)
'Usage
 
Dim sender As Object
Dim target As Object
 
Dim instance As New GetCertificatesEventArgs(sender, target)
public GetCertificatesEventArgs( 
   object sender,
   object target
)
public:
GetCertificatesEventArgs( 
   Object^ sender,
   Object^ target
)

Parameters

sender
An object that contains state information for this operation.

The value of this parameter cannot be null (Nothing in Visual Basic).

target
The target object for which the certificates are being obtained.

The value of this parameter cannot be null (Nothing in Visual Basic).

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