PISystem.SelectedAuthenticationMode Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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