Purpose: This document indicates the default values for most of the properties on the SecurityBasics class.
SecurityBasics Default Property Values
The following table lists the default values for the properties on the SecurityBasics class.
| Property | Default Value |
|---|---|
| AdministratorPassword | String.Empty ("") |
| AdministratorUserName | "Administrator" |
| AdministratorUserPk | -1 |
| AllowWindowsAuth | False |
| BlockedReplacementCharacter | 'x' |
| BlockedReplacementRegex | [A-Za-z0-9@] |
| CurrentUser | AdminUser |
| DefaultBlockedMsg | "Access Denied" |
| DefaultBlockedMsgKey | String.Empty ("") |
| DefaultPermissionAction | Grant |
| DefaultPermissionInfo | PermissionInfo.GrantedInfo |
| InvalidLoginRetryDelay | 5 seconds |
| MaximumInvalidLoginAttempts | 4 |
| MaximumInvalidLoginAttemptsTime | 5 minutes |
| PasswordMaximumAge | 42 days |
| PasswordMaximumLength | 16 |
| PasswordMinimumAge | 2 days |
| PasswordMinimumLength | 5 |
| PasswordMustBeComplex | True |
| SecurityDataSourceKey | String.Empty ("") |
| SecurityKey | New Byte() {} |
| SecurityKeyVector | New Byte() {} |
| SecurityMaintenanceKeyPrefix | "Security_" |
| SecurityMaintenancePassword | String.Empty ("") |
| SecurityMaintenanceUserName | "AdminSecurity" |
| SecurityMaintenanceUserPk | -2 |
| SessionTimeout | 30 minutes |
| UniquePasswordsBeforeRepeat | 10 |