Class PasswordDialogService
- Namespace
- HeBianGu.Control.PasswordBox
- Assembly
- HeBianGu.Control.PasswordBox.dll
public class PasswordDialogService : ServiceSettingInstance<PasswordDialogService, IPasswordDialogService>, INotifyPropertyChanged, IDisplayer, ISetting, IPasswordDialogService, IPasswordDialogServiceOption
- Inheritance
-
PasswordDialogService
- Implements
- Inherited Members
- Extension Methods
Properties
Notice
[Display(Name = "密码提示")]
public string Notice { get; set; }
Property Value
Password
[Display(Name = "系统密码")]
public string Password { get; set; }
Property Value
Remeber
[Display(Name = "启用记住密码")]
public bool Remeber { get; set; }
Property Value
Title
[Display(Name = "标题")]
public string Title { get; set; }
Property Value
UseRemeber
[Browsable(false)]
[Display(Name = "启用记住密码设置")]
public bool UseRemeber { get; set; }
Property Value
Methods
ShowPasswordDialog()
public Task<bool> ShowPasswordDialog()