Class ExchangeUMMailboxPolicyPinSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the PIN settings for a Unified Messaging mailbox policy in a Microsoft Exchange organization.
public class ExchangeUMMailboxPolicyPinSettings : BaseTypeSection
- Inheritance
-
ExchangeUMMailboxPolicyPinSettings
Constructors
ExchangeUMMailboxPolicyPinSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeUMMailboxPolicyPinSettings class.
public ExchangeUMMailboxPolicyPinSettings()
Properties
AllowCommonPatterns
Gets or sets whether to allow common PIN patterns.
public BooleanOption AllowCommonPatterns { get; set; }
Property Value
HistoryCount
Gets or sets the PIN recycle count.
public int HistoryCount { get; set; }
Property Value
LogonFailuresBeforePinReset
Gets or sets the number of sign-in failures before PIN reset. A value of Int32.MaxValue indicates that this is not enforced.
public int LogonFailuresBeforePinReset { get; set; }
Property Value
LogonFailuresBeforePinResetString
Gets the number of sign-in failures before PIN reset.
public string LogonFailuresBeforePinResetString { get; set; }
Property Value
MaxLogonAttempts
Gets or sets the maximum number of sign-in failures before lockout.
public int MaxLogonAttempts { get; set; }
Property Value
MaxLogonAttemptsString
Gets the maximum number of sign-in failures before lockout.
public string MaxLogonAttemptsString { get; set; }
Property Value
MinLength
Gets or sets the minimum PIN length.
public int MinLength { get; set; }
Property Value
PinLifetime
Gets or sets the PIN lifetime in days, a value of Int32.MaxValue is not enforced.
public int PinLifetime { get; set; }
Property Value
PinLifetimeString
Gets the PIN lifetime.
public string PinLifetimeString { get; set; }