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; }
Public Property EnforceSessionRestrictions As Boolean
Get
Set
public:
property bool EnforceSessionRestrictions {
bool get ();
void set (bool value);
}
member EnforceSessionRestrictions : bool with get, set
Property Value
Type:
BooleanRemarks
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