AuthenticationMode Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the Historian Authentication using Single Sign On.
'Declaration
Public Property AuthenticationMode As HistorianAuthenticationProvider
'Usage
Dim instance As HistorianConnectionArgs
Dim value As HistorianAuthenticationProvider
instance.AuthenticationMode = value
value = instance.AuthenticationMode
public HistorianAuthenticationProvider AuthenticationMode {get; set;}
public:
property HistorianAuthenticationProvider AuthenticationMode {
HistorianAuthenticationProvider get();
void set ( HistorianAuthenticationProvider value);
}