AFSecurityRightsToken Properties
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFSecurityRightsToken type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AddAdjustments |
The security rights adjustment to be added to the base security rights
for the instance of the object represented by this token.
| |
| DatabaseId | ||
| ObjectId |
The ID of the object represented by this token.
This value is used as the key in the dictionary returned from the
CheckSecurity(PISystem, WindowsIdentity, IListAFSecurityRightsToken)
method and does not have to be the ID of the actual object.
| |
| ObjectIdentity |
The Identity of the object represented by this token.
| |
| RemoveAdjustments |
The security rights adjustment to be removed to the base security rights
for the instance of the object represented by this token.
| |
| SecurityId |
The SecurityId of the object represented by this token.
| |
| SecurityItem |
The security item represented by this token. If Default,
then it represents the security for the object. Otherwise, it represents the security
for a collection of the object.
| |
| SecurityOwnerId |
The security owner identifier representing the owner of the object represented by this token.
The GetUserId(PISystem, String) method can be used to set the value for this property.
If this property is not set, then the security for the owner security identity will not be evaluated.
|