LogOnParametersEnforceSessionRestrictions Property

Gets or sets a value indicating whether certain session restrictions are validated during the logon sequence.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public bool EnforceSessionRestrictions { get; set; }

Property Value

Type: Boolean
Remarks
By default, certain session restrictions (e.g. IP address validation) are only checked when the session is used. Setting this property to causes those restrictions to be validated as part of the logon sequence.
See Also