Class ExchangeMobileMailboxPolicyPasswordSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the password settings for a mobile mailbox policy for an Microsoft Exchange organization.
public class ExchangeMobileMailboxPolicyPasswordSettings : BaseTypeSection
- Inheritance
-
ExchangeMobileMailboxPolicyPasswordSettings
Constructors
ExchangeMobileMailboxPolicyPasswordSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicyPasswordSettings class.
public ExchangeMobileMailboxPolicyPasswordSettings()
Properties
AllowSimplePassword
Gets or sets whether simple passwords are allowed.
public BooleanOption AllowSimplePassword { get; set; }
Property Value
AlphanumericPasswordRequired
Gets or sets whether alphanumeric passwords are required.
public BooleanOption AlphanumericPasswordRequired { get; set; }
Property Value
MaxInactivityTimeLock
Gets or sets the number of minutes the device may be inactive before requiring sign-in.
public int MaxInactivityTimeLock { get; set; }
Property Value
MaxPasswordFailedAttempts
Gets or sets the number of sign-in failures before device is wiped.
public int MaxPasswordFailedAttempts { get; set; }
Property Value
MinPasswordComplexCharacters
Gets or sets the number of character sets required. This setting only applies when "AlphanumericPasswordRequired" is set to "True".
public int MinPasswordComplexCharacters { get; set; }
Property Value
MinPasswordLength
Gets or sets the minimum password length.
public int MinPasswordLength { get; set; }
Property Value
PasswordEnabled
Gets or sets whether to require a password.
public BooleanOption PasswordEnabled { get; set; }
Property Value
PasswordExpiration
Gets or sets the enforced password lifetime in days.
public int PasswordExpiration { get; set; }
Property Value
PasswordHistory
Gets or sets the password recycle count.
public int PasswordHistory { get; set; }
Property Value
PasswordRecoveryEnabled
Gets or sets whether password recovery is enabled.
public BooleanOption PasswordRecoveryEnabled { get; set; }
Property Value
RequireDeviceEncryption
Gets or sets whether to require encryption on the device.
public BooleanOption RequireDeviceEncryption { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicyPasswordSettings cloned from this object.
public ExchangeMobileMailboxPolicyPasswordSettings Clone()
Returns
- ExchangeMobileMailboxPolicyPasswordSettings
A CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicyPasswordSettings.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicyPasswordSettings class from the specified XML.
public static ExchangeMobileMailboxPolicyPasswordSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ExchangeMobileMailboxPolicyPasswordSettings
A CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicyPasswordSettings class.
ToString()
Returns the password settings as a human readable string.
public override string ToString()
Returns
- string
The password settings as a human readable string.