PISystem.SecurityIdentities Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.