BeforeOnBehalfOfInitialized 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 a sync event that fires before the on-behalf-of flow is initialized.
public delegate void BeforeOnBehalfOfInitialized(OnBehalfOfEventArgs eventArgs);
type BeforeOnBehalfOfInitialized = delegate of OnBehalfOfEventArgs -> unit
Public Delegate Sub BeforeOnBehalfOfInitialized(eventArgs As OnBehalfOfEventArgs)
Parameters
- eventArgs
- OnBehalfOfEventArgs
Event arguments containing the user assertion token. Handlers can modify UserAssertionToken to replace the assertion.