Represents a User Policy.
Implements I_ISDirty

Methods

Name Description
Clear Clears this object and sets all of its properties to their defaults.
Delete Deletes the current record.
Duplicate Duplicates the current object.
FromXmlString Populates object from an XML string.
Load Loads a record from the database.
LoadPk Loads a record from the database.
Refresh Refreshes this object from the database.
Save Save this record.
ToXmlString Persists object to an XML string.

Properties

Name Description
Active Indicates whether this record is Active.
AllowExclusiveAccess Indicates whether Users can open the database in Exclusive mode.
AllowRunApp Indicates whether Users can run the Windows Desktop application.
AllowRunBL Indicates whether Users can initialise and run the Business Layer.
AllowRunWebApp Indicates whether Users can run Web Services and Cloud-based applications.
AutoLockMinutes Indicates how long a User's session may be idle before finPOWER Connect locks.
CreatedDate Read-Only The Local date and time this record was created.
CreatedUserPk Read-Only The primary key of the User that created this record.
CreatedUtcDate Read-Only The UTC date and time this record was created.
Description A Description of this User Policy.
DisableAutomatic Indicates whether Account Processes will automatically disable Users.
DisableDaysNeverLoggedIn The number of days a User has never logged in before being disabled.
DisableDaysSinceLogin The number of days a User has not logged in before being disabled.
DisableDaysSincePasswordExpired The number of days after a User's password has expired before being disabled.
EmailMandatory Indicates whether Users must supply an Email.
IsDirty Read-Only Indicates whether this object has been modified since being created, loaded or refreshed.
IsNew Read-Only Indicates whether this is a new record.
LogEventChangedPassword The Event Logging Level for recording changes of password.
LogEventLoginFailed The Event Logging Level for recording failed logins.
LogEventLoginLockout The Event Logging Level for recording login lockouts.
LogEventLoginSuccess The Event Logging Level for recording successful logins.
LoginFailedDelaySeconds The number of seconds that the business layer will be suspended for upon recieving an invalid login attempt.
LoginLockoutAttempts The number of attempts a User has to login before the login procedure is locked for the number of minutes defined by LoginLockoutMinutes.
LoginLockoutMinutes The number of minutes a User will be prevented from logging in (without exiting the application) if they exceed the number of login attempts defined by LoginLockoutAttempts.
LoginLockoutTimespan The number of minutes before LoginLockoutAttempts is reset.
PasswordHistoryLength The number of previous passwords that are stored for a User to prevent them from re-using the same Password.
PasswordMaxAgeDays The maximum age a User's password can be before they are forced to change it.
PasswordMinLength The minimum number of characters a User's password must be.
PasswordStrong Indicates whether a User's password must be Strong.
Pk Read-Only This record's primary key.
Tag The Tag property can be used to attach another value or object to this object.
Timestamp Read-Only This record's Timestamp.
UpdatedDate Read-Only The Local date and time this record was last updated.
UpdatedUserPk Read-Only The primary key of the User that last updated this record.
UpdatedUtcDate Read-Only The UTC date and time this record was last updated.
UserPolicyId The Id of this User Policy.
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0