[Missing <summary> documentation for "T:Ipswitch.Messaging.Framework.HostPasswordSettings"]
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkSettings
Ipswitch.Messaging.FrameworkHostPasswordSettings
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The HostPasswordSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HostPasswordSettings | Initializes a new instance of the HostPasswordSettings class |
Methods
Name | Description | |
---|---|---|
![]() | Add(ISetting) | (Inherited from Settings.) |
![]() | AddT(String, T) | (Inherited from Settings.) |
![]() | Clear | (Inherited from Settings.) |
![]() | Contains(String) | (Inherited from Settings.) |
![]() | Contains(ISetting) | (Inherited from Settings.) |
![]() | CopyTo | (Inherited from Settings.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetT | (Inherited from Settings.) |
![]() | GetEnumerator | (Inherited from Settings.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove(String) | (Inherited from Settings.) |
![]() | Remove(ISetting) | (Inherited from Settings.) |
![]() | SetT | (Inherited from Settings.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Count | (Inherited from Settings.) |
![]() | IsReadOnly | (Inherited from Settings.) |
![]() | Item | (Inherited from Settings.) |
![]() | MaximumLength |
Gets or sets a value that indicates the maximum length allowed for passwords for the Host. This can be a valid string length greater than zero or -1 if there is no maximum.
|
![]() | MinimumLength |
Gets or sets a value that indicates the minimum length allowed for passwords for the Host. This can be a valid string length greater than zero or -1 if there is no minimum.
|
![]() | PasswordExpirationEnabled |
Whether or not user passwords can expire.
|
![]() | PasswordLifeSpan |
The number of days that a password can be used before it must be changed. 0 = unlimited
|
![]() | RegexId |
Gets or sets a Regex pattern Id that can be used to pull resource string help text.
|
![]() | RegexPattern |
Gets or sets a Regex pattern that will be used to validate passwords for the Host
|
See Also