Condividi tramite


BeforeOnBehalfOfInitializedAsync Delegate

Definition

Signature for an async event that fires before the on-behalf-of flow is initialized.

public delegate System.Threading.Tasks.Task BeforeOnBehalfOfInitializedAsync(OnBehalfOfEventArgs eventArgs);
type BeforeOnBehalfOfInitializedAsync = delegate of OnBehalfOfEventArgs -> Task
Public Delegate Function BeforeOnBehalfOfInitializedAsync(eventArgs As OnBehalfOfEventArgs) As Task 

Parameters

eventArgs
OnBehalfOfEventArgs

Event arguments containing the user assertion token. Handlers can modify UserAssertionToken to replace the assertion.

Return Value

Applies to