Click or drag to resize

UserContextDetermineCompliance Method

Determines if the current user is in compliance with all current user agreements and other introductory material (InCompliance). If the user is not currently marked as InCompliance then the database will be interrogated to determine whether the user is actually in compliance and update the InCompliance value accordingly. This method is primarily intended for use during login and similar activities and otherwise you should generally use InCompliance.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool DetermineCompliance()

Return Value

Type: Boolean
True if the user is in compliance, else false.
Remarks
Note that currently the database compliance test is only performed when the user is not marked as InCompliance with the basic assumption that a particular user session, once in compliance, will not become non-compliant.
See Also