LoginCreateOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies options that can be specified when creating a login
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum LoginCreateOptions
[<System.Flags>]
type LoginCreateOptions =
Public Enum LoginCreateOptions
- Inheritance
-
LoginCreateOptions
- Attributes
Fields
IsHashed | 1 | Indicates if the password has already been hashed, which allows passwords to be reapplied to a login. |
MustChange | 2 | Indicates whether the user has to change the password on the next Login. |
None | 0 | No options. |