PISystem.CurrentUserIdentities Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets the list of AFSecurityIdentity identities of the person who is currently
logged on to the PISystem server.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IList<AFSecurityIdentity> CurrentUserIdentities { get; }
Public ReadOnly Property CurrentUserIdentities As IList(Of AFSecurityIdentity) Get Dim instance As PISystem Dim value As IList(Of AFSecurityIdentity) value = instance.CurrentUserIdentities
public: property IList<AFSecurityIdentity^>^ CurrentUserIdentities { IList<AFSecurityIdentity^>^ get (); }
member CurrentUserIdentities : IList<AFSecurityIdentity> with get
Property Value
Type: IListAFSecurityIdentityReturns the list of AFSecurityIdentity identities of the person who is currently logged on to the PISystem server.
Remarks
If not connected to the PISystem, then accessing this property will NOT
automatically connect to the server and will return .