PIServer.AuthenticationMode Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Read-only property that returns the supported Authentication Modes of the .
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public List<PIAuthenticationMode> AuthenticationMode { get; }
Public ReadOnly Property AuthenticationMode As List(Of PIAuthenticationMode) Get Dim instance As PIServer Dim value As List(Of PIAuthenticationMode) value = instance.AuthenticationMode
public: property List<PIAuthenticationMode>^ AuthenticationMode { List<PIAuthenticationMode>^ get (); }
member AuthenticationMode : List<PIAuthenticationMode> with get
Property Value
Type: ListPIAuthenticationModeReturns a list of PIAuthenticationMode to show if Windows, PI User, and Claims connections are supported by the PI DA