Skip to main content
.NET Framework 4.6.2+

PermissionPolicyUser Properties

An XAF user who has a list of associated security roles that support the Allow/Deny Permission Policies.
Name Description
ChangePasswordOnFirstLogon Specifies whether the user must change their password the on the next logon.
GCRecord Defines whether the object is marked as deleted. Inherited from BaseObject.
ID Specifies the PermissionPolicyUser identifier.
ID The key property for the BaseObject class. Inherited from BaseObject.
IsActive Specifies if a user is allowed to logon.
OptimisticLockField Inherited from BaseObject.
Roles A list of roles associated with the current user.
StoredPassword Specifies the encrypted password stored in the database.
UserName Specifies the user’s login name.
See Also