Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.
ID Specifies the PermissionPolicyUser identifier.
IsActive Specifies if a user is allowed to logon.
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