PIServer.UsingDefaultAuthenticationMode Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Returns true if PISystem is using the default shared AFAuthenticationMode
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool UsingDefaultAuthenticationMode { get; }
Public ReadOnly Property UsingDefaultAuthenticationMode As Boolean Get Dim instance As PIServer Dim value As Boolean value = instance.UsingDefaultAuthenticationMode
public: property bool UsingDefaultAuthenticationMode { bool get (); }
member UsingDefaultAuthenticationMode : bool with get