BeforeOnBehalfOfInitializedAsync Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.