Click or drag to resize

UserContextInCompliance Property

Identifies whether or not the user is in compliance with all current user agreements and other introductory material. Note that InCompliance does not determine if compliance has been met, it is just used to expose the compliance state as determined during login and similar activities. Use DetermineCompliance to actively interrogate the database as to compliance state (that method will update InCompliance).

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool InCompliance { get; set; }

Property Value

Type: Boolean
See Also