PISystem.SelectedAuthenticationMode Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns the AFAuthenticationMode for the current connection.
If not connected, None is returned.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFAuthenticationMode SelectedAuthenticationMode { get; }
Public ReadOnly Property SelectedAuthenticationMode As AFAuthenticationMode Get Dim instance As PISystem Dim value As AFAuthenticationMode value = instance.SelectedAuthenticationMode
public: property AFAuthenticationMode SelectedAuthenticationMode { AFAuthenticationMode get (); }
member SelectedAuthenticationMode : AFAuthenticationMode with get