AFSecurity.GetSecurityEntries Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Get the security entries for this security object.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public IList<AFSecurityEntry> GetSecurityEntries()
Public Function GetSecurityEntries As IList(Of AFSecurityEntry) Dim instance As AFSecurity Dim returnValue As IList(Of AFSecurityEntry) returnValue = instance.GetSecurityEntries()
public: IList<AFSecurityEntry>^ GetSecurityEntries()
member GetSecurityEntries : unit -> IList<AFSecurityEntry>
Return Value
Type: IListAFSecurityEntryReturns a list of AFSecurityEntry items which represent the security entries for this security object.
Remarks
This method will return the security entries for this security object.
Each entry specifies the security rights that are being allowed or denied
for an identity.