IAdmExchangeUMResetPinParams¶
The IAdmExchangeUMResetPinParams interface allows adjusting settings for resetting UM PINs.
Inheritance: The IAdmExchangeUMResetPinParams interface inherits from the IUnknown interface.
Note
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
[Reflection.Assembly]::LoadWithPartialName("Softerra.Adaxes.Adsi")
$resetPinParams = New-Object "Softerra.Adaxes.Adsi.Exchange.AdmExchangeUMResetPinParams"
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:
- Boolean
- 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:
- Boolean
- Access:
- Read/Write
Requirements¶
Minimum required version: 2013.1