PISystem.AuthenticationMode Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Read-only property that returns the Authentication Mode of the .
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public List<AFAuthenticationMode> AuthenticationMode { get; }
Public ReadOnly Property AuthenticationMode As List(Of AFAuthenticationMode) Get Dim instance As PISystem Dim value As List(Of AFAuthenticationMode) value = instance.AuthenticationMode
public: property List<AFAuthenticationMode>^ AuthenticationMode { List<AFAuthenticationMode>^ get (); }
member AuthenticationMode : List<AFAuthenticationMode> with get
Property Value
Type: ListAFAuthenticationModeReturns the Authentication mode to determine if Windows authentication or Claims authentication will be used.