QuickOPC User's Guide and Reference
SetTarget Method (_ValidateCertificateEventArgs)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.ComTypes Namespace > _ValidateCertificateEventArgs Interface : SetTarget Method
The target to be set.
Sets the target object for which the validation is being performed.
Syntax
'Declaration
 
Sub SetTarget( _
   ByVal target As Object _
) 
'Usage
 
Dim instance As _ValidateCertificateEventArgs
Dim target As Object
 
instance.SetTarget(target)
void SetTarget( 
   object target
)
void SetTarget( 
   Object^ target
) 

Parameters

target
The target to be set.
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