AFSecurity.GetSecurityEntries Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Get the security entries for this security object.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.