OnBehalfOfEventArgs Class
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.
Event arguments for on-behalf-of token acquisition operations. Contains user assertion token information about the user and additional data for the token request.
public class OnBehalfOfEventArgs
type OnBehalfOfEventArgs = class
Public Class OnBehalfOfEventArgs
- Inheritance
-
OnBehalfOfEventArgs
Constructors
| Name | Description |
|---|---|
| OnBehalfOfEventArgs() | |
Properties
| Name | Description |
|---|---|
| User |
Gets or sets the claims principal representing the user for whom the token is being acquired. This is the claims principal into the the api. This value can be null. |
| UserAssertionToken |
Gets or sets additional context information for the token acquisition operation. If the incoming token is encrypted, it will be decrypted and made available in this property. |