PISystem.ConfiguredOidcIdentities Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Read-only property that returns the a collection of the configured AFOidcIdentity of the .
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFOidcIdentity[] ConfiguredOidcIdentities { get; }
Public ReadOnly Property ConfiguredOidcIdentities As AFOidcIdentity() Get Dim instance As PISystem Dim value As AFOidcIdentity() value = instance.ConfiguredOidcIdentities
public: property array<AFOidcIdentity^>^ ConfiguredOidcIdentities { array<AFOidcIdentity^>^ get (); }
member ConfiguredOidcIdentities : AFOidcIdentity[] with get
Property Value
Type: AFOidcIdentityReturns an Array of all of the Configured Identities on the Identity Server.