Table of Contents

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

BooleanOption

AlphanumericPasswordRequired

Gets or sets whether alphanumeric passwords are required.

public BooleanOption AlphanumericPasswordRequired { get; set; }

Property Value

BooleanOption

MaxInactivityTimeLock

Gets or sets the number of minutes the device may be inactive before requiring sign-in.

public int MaxInactivityTimeLock { get; set; }

Property Value

int

MaxPasswordFailedAttempts

Gets or sets the number of sign-in failures before device is wiped.

public int MaxPasswordFailedAttempts { get; set; }

Property Value

int

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

int

MinPasswordLength

Gets or sets the minimum password length.

public int MinPasswordLength { get; set; }

Property Value

int

PasswordEnabled

Gets or sets whether to require a password.

public BooleanOption PasswordEnabled { get; set; }

Property Value

BooleanOption

PasswordExpiration

Gets or sets the enforced password lifetime in days.

public int PasswordExpiration { get; set; }

Property Value

int

PasswordHistory

Gets or sets the password recycle count.

public int PasswordHistory { get; set; }

Property Value

int

PasswordRecoveryEnabled

Gets or sets whether password recovery is enabled.

public BooleanOption PasswordRecoveryEnabled { get; set; }

Property Value

BooleanOption

RequireDeviceEncryption

Gets or sets whether to require encryption on the device.

public BooleanOption RequireDeviceEncryption { get; set; }

Property Value

BooleanOption

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 string

The 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.