PISystem.SecurityIdentities Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property provides access to the AFSecurityIdentities collection that
corresponds to the list of security identities on the server.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFSecurityIdentities SecurityIdentities { get; }
Public ReadOnly Property SecurityIdentities As AFSecurityIdentities Get Dim instance As PISystem Dim value As AFSecurityIdentities value = instance.SecurityIdentities
public: property AFSecurityIdentities^ SecurityIdentities { AFSecurityIdentities^ get (); }
member SecurityIdentities : AFSecurityIdentities with get
Property Value
Type: AFSecurityIdentitiesThe collection of security identities defined on the server.
Remarks
The list of AFSecurityIdentities is retrieved from the server each
time this property is accessed.