AllowUnTrustedConnection Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets whether to check for certificate while connecting to Historian.
'Declaration
Public Property AllowUnTrustedConnection As Boolean
'Usage
Dim instance As HistorianConnectionArgs
Dim value As Boolean
instance.AllowUnTrustedConnection = value
value = instance.AllowUnTrustedConnection
public bool AllowUnTrustedConnection {get; set;}