PasswordOptions Enumeration
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. |