OPC Studio User's Guide and Reference
SetSender Method (GetCertificatesEventArgs)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security Namespace > GetCertificatesEventArgs Class : SetSender Method
The sender to be set.

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

Sets the object that contains state information for this operation.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetSender( _
   ByVal sender As Object _
) 
'Usage
 
Dim instance As GetCertificatesEventArgs
Dim sender As Object
 
instance.SetSender(sender)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public void SetSender( 
   object sender
)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public:
void SetSender( 
   Object^ sender
) 

Parameters

sender
The sender 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