AFSelectAuthentication.AuthenticationMode Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The selected authentication mode in the dialog.
Namespace: OSIsoft.AF.UI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public PIAuthenticationMode AuthenticationMode { get; set; }
Public Property AuthenticationMode As PIAuthenticationMode Get Set Dim instance As AFSelectAuthentication Dim value As PIAuthenticationMode value = instance.AuthenticationMode instance.AuthenticationMode = value
public: property PIAuthenticationMode AuthenticationMode { PIAuthenticationMode get (); void set (PIAuthenticationMode value); }
member AuthenticationMode : PIAuthenticationMode with get, set
Property Value
Type: PIAuthenticationModeThe initial selection for the authentication mode in the dialog can be set using this property before the dialog is displayed. After the dialog is closed, this property will return the selected authentication mode from the dialog. The default value is WindowsAuthentication.