IntegratedSecurity Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets whether to use current process's credentials for the connection. If set to True, the authentication token of the thread making the OpenConnection() call is used for connecting to the historian. If the authentication token has no access to the historian, then the OpenConnection() call fails.
'Declaration
Public Property IntegratedSecurity As Boolean
'Usage
Dim instance As HistorianConnectionArgs
Dim value As Boolean
instance.IntegratedSecurity = value
value = instance.IntegratedSecurity
public bool IntegratedSecurity {get; set;}