LogOnParametersEnforceSessionRestrictions Property |
Gets or sets a value indicating whether certain session restrictions are validated during the logon sequence.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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
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