Interface ISecurityParameter
Inherited Members
IComparable.CompareTo(object)
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface ISecurityParameter : IArcherEntity, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IComparable, IEquatable<IArcherEntity>, IArcherAliasedEntity, IArcherGuidEntity, IArcherNamedEntity, IArcherDescribedEntity, IArcherUpdateInfoEntity, IArcherEntityBase, IArcherBase
Properties
Declaration
int AlphaCharsRequired { get; }
Property Value
Declaration
int AutomaticAccountDeactivation { get; }
Property Value
Declaration
Property Value
Declaration
IEnumerable<DateTime> DisallowedDates { get; }
Property Value
Declaration
IEnumerable<DayOfWeek> DisallowedSessionDays { get; }
Property Value
Declaration
Property Value
Declaration
bool IsDisallowedByDates { get; }
Property Value
Declaration
bool IsDisallowedByDays { get; }
Property Value
Declaration
bool IsLimitByTimeFrame { get; }
Property Value
Declaration
Property Value
Declaration
int LockoutPeriod { get; }
Property Value
Declaration
int LockoutPeriodType { get; }
Property Value
Declaration
int LowercaseCharsRequired { get; }
Property Value
Declaration
int MaximumFailedLoginAttempts { get; }
Property Value
Declaration
int MinPasswordLength { get; }
Property Value
Declaration
bool MobileExpireOnExit { get; }
Property Value
Declaration
int MobileForceSyncPeriod { get; }
Property Value
Declaration
int MobileForceSyncPeriodType { get; }
Property Value
Declaration
int MobileLockoutPeriod { get; }
Property Value
Declaration
int MobileLockoutPeriodType { get; }
Property Value
Declaration
int MobileMaximumFailedLoginAttempts { get; }
Property Value
Declaration
int MobilePurgePeriod { get; }
Property Value
Declaration
int MobilePurgePeriodType { get; }
Property Value
Declaration
int MobileSessionTimeout { get; }
Property Value
Declaration
int MobileSessionTimeoutType { get; }
Property Value
Declaration
int? MobileStaticSessionTimeout { get; }
Property Value
Declaration
int? MobileStaticSessionTimeoutType { get; }
Property Value
Declaration
int MobileSyncReminderPeriod { get; }
Property Value
Declaration
int MobileSyncReminderPeriodType { get; }
Property Value
Declaration
int NumericCharsRequired { get; }
Property Value
Declaration
int PasswordChangeInterval { get; }
Property Value
Declaration
int PasswordChangeLimit { get; }
Property Value
Declaration
int PasswordExpirationNotice { get; }
Property Value
Declaration
DateTime? PermittedFromTime { get; }
Property Value
Declaration
DateTime? PermittedToTime { get; }
Property Value
Declaration
int PinMaxResendAttempts { get; }
Property Value
Declaration
int PinResendLockTimeout { get; }
Property Value
Declaration
int PinResendLockTimeoutType { get; }
Property Value
Declaration
Property Value
Declaration
int PinTimeoutType { get; }
Property Value
Declaration
int PreviousPasswordsDisallowed { get; }
Property Value
Declaration
int SecurityParameterType { get; }
Property Value
Declaration
int SessionTimeout { get; }
Property Value
Declaration
int SessionTimeoutType { get; }
Property Value
Declaration
int? SessionTimeoutWarning { get; }
Property Value
Declaration
int SpecialCharsRequired { get; }
Property Value
Declaration
int? StaticSessionTimeout { get; }
Property Value
Declaration
int? StaticSessionTimeoutType { get; }
Property Value
Declaration
string TimeZoneCode { get; }
Property Value
Declaration
int UppercaseCharsRequired { get; }
Property Value
Extension Methods