OPC Studio User's Guide and Reference
SetTarget Method (ValidateCertificateEventArgs)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security Namespace > ValidateCertificateEventArgs Class : SetTarget Method
The target to be set.

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

Sets the target object for which the validation is being performed.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetTarget( _
   ByVal target As Object _
) 
'Usage
 
Dim instance As ValidateCertificateEventArgs
Dim target As Object
 
instance.SetTarget(target)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public void SetTarget( 
   object target
)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public:
void SetTarget( 
   Object^ target
) 

Parameters

target
The target to be set.

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