IAdmExchangeUMResetPinParams
The IAdmExchangeUMResetPinParams interface allows adjusting settings for resetting UM PINs.
Inheritance: IUnknown
To create a new instance of the IAdmExchangeUMResetPinParams interface, you need to call the default constructor of the AdmExchangeUMResetPinParams class that implements the interface.
How
- PowerShell
 - 
[Reflection.Assembly]::LoadWithPartialName("Softerra.Adaxes.Adsi") $resetPinParams = New-Object "Softerra.Adaxes.Adsi.Exchange.AdmExchangeUMResetPinParams" - C#
 - 
using Softerra.Adaxes.Interop.Adsi; using Softerra.Adaxes.Adsi; using Softerra.Adaxes.Interop.Adsi.Exchange; using Softerra.Adaxes.Interop.Adsi.PersistentObjects; class Program { static void Main(string[] args) { AdmExchangeUMResetPinParams resetPinParams = new AdmExchangeUMResetPinParams(); } } 
Properties
- 
Property
 - 
Description
 - 
GeneratePinAutomatically
 - 
Gets or sets a value indicating whether new PINs will be generated automatically.
 - 
Pin
 - 
Gets or sets the UM PIN.
 - 
PinExpired
 - 
Gets or sets a value that indicates whether the new PIN will be expired.
 
Details
GeneratePinAutomatically
Gets or sets a value indicating whether new PINs will be generated automatically.
- Type:
 - bool
 - Access:
 - Read/Write
 
Pin
Gets or sets the UM PIN.
- Type:
 - string
 - Access:
 - Read/Write
 
PinExpired
Gets or sets a value that indicates whether the new PIN will be expired. If the PIN is expired, the user is required to reset their PIN the first time they sign in.
- Type:
 - bool
 - Access:
 - Read/Write
 
Requirements
Minimum required version: 2013.1