ConnectedIdentity Constructor
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Overload List
| Name | Description | |
|---|---|---|
| ConnectedIdentity |
Default constructor that will set everything using the current
WindowsIdentity of the user.
| |
| ConnectedIdentity(IEnumerableClaim) |
Takes a list of Claim and creates a ClaimsIdentity. Provides
claim information for the Name, Id and Roles list based off the specified Claim list.
|