ConnectedIdentity Constructor
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.
|