Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a management agent capabilities object.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As PasswordOptions
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration PasswordOptions
[FlagsAttribute]
public enum PasswordOptions
[FlagsAttribute]
public enum class PasswordOptions
/** @attribute FlagsAttribute() */
public enum PasswordOptions
FlagsAttribute
public enum PasswordOptions
Members
| Member name | Description |
|---|---|
| ForceChangeAtLogOn | The method should set a flag forcing the user to change the password at next log on in addition to changing the password. |
| None | The method should set/change the password. |
| UnlockAccount | The method should unlock the account in addition to changing the password. |
| ValidatePassword | The method should validate the password before changing the password. |