LoginCreateOptions Enum

Definition

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.

Applies to