Connectivity Software User's Guide and Reference
GetIdentityContextSecurityRoleIdsEventHandler Delegate



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.Security Namespace : GetIdentityContextSecurityRoleIdsEventHandler Delegate
The source of the event.
An OpcLabs.BaseLib.Security.OperationModel.GetIdentityContextSecurityRoleIdsEventArgs that contains the event data.
Represents the callback method that will retrieve security role IDs for an identity context.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Delegate Sub GetIdentityContextSecurityRoleIdsEventHandler( _
   ByVal sender As Object, _
   ByVal e As GetIdentityContextSecurityRoleIdsEventArgs _
) 
'Usage
 
Dim instance As New GetIdentityContextSecurityRoleIdsEventHandler(AddressOf HandlerMethod)
[ComVisible(false)]
public delegate void GetIdentityContextSecurityRoleIdsEventHandler( 
   object sender,
   GetIdentityContextSecurityRoleIdsEventArgs e
)
[ComVisible(false)]
public delegate void GetIdentityContextSecurityRoleIdsEventHandler( 
   Object^ sender,
   GetIdentityContextSecurityRoleIdsEventArgs^ e
)

Parameters

sender
The source of the event.
e
An OpcLabs.BaseLib.Security.OperationModel.GetIdentityContextSecurityRoleIdsEventArgs that contains the event data.
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