AFSecurity.CheckSecurity Method
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Evaluate the AFSecurityRights for objects.
Evaluate the AFSecurityRights for objects.
Overload List
| Name | Description | |
|---|---|---|
| CheckSecurity(ClaimsIdentity) |
Evaluate the AFSecurityRights of the specified user for the object.
| |
| CheckSecurity(WindowsIdentity) |
Evaluate the AFSecurityRights of the specified user for the object.
| |
| CheckSecurity(IListAFSecurityIdentity, String) |
Evaluate the AFSecurityRights for the specified list of security identities for a user.
| |
| CheckSecurity(PISystem, ClaimsIdentity, IListAFSecurityRightsToken) |
Evaluate the AFSecurityRights of the specified user for a list of
objects without needing to load the object.
| |
| CheckSecurity(PISystem, WindowsIdentity, IListAFSecurityRightsToken) |
Evaluate the AFSecurityRights of the specified user for a list of
objects without needing to load the object.
| |
| CheckSecurity(PISystem, IListAFSecurityIdentity, IListAFSecurityRightsToken, String) |
Evaluate the AFSecurityRights for the security identities of a user for a list of
objects without needing to load the object.
|
See Also
In This Topic
Related Links
- CheckSecurity Method (ClaimsIdentity)
- CheckSecurity Method (WindowsIdentity)
- CheckSecurity Method (IList(AFSecurityIdentity), String)
- CheckSecurity Method (PISystem, ClaimsIdentity, IList(AFSecurityRightsToken))
- CheckSecurity Method (PISystem, WindowsIdentity, IList(AFSecurityRightsToken))
- CheckSecurity Method (PISystem, IList(AFSecurityIdentity), IList(AFSecurityRightsToken), String)