PasswordAlterPrincipalOption public class PasswordAlterPrincipalOption : PrincipalOption Documentation public bool Hashed { get; set; } public bool MustChange { get; set; } public Literal OldPassword { get; set; } public Literal Password { get; set; } public bool Unlock { get; set; } public PasswordAlterPrincipalOption()