Table of Contents

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

string

Password

[Display(Name = "系统密码")]
public string Password { get; set; }

Property Value

string

Remeber

[Display(Name = "启用记住密码")]
public bool Remeber { get; set; }

Property Value

bool

Title

[Display(Name = "标题")]
public string Title { get; set; }

Property Value

string

UseRemeber

[Browsable(false)]
[Display(Name = "启用记住密码设置")]
public bool UseRemeber { get; set; }

Property Value

bool

Methods

ShowPasswordDialog()

public Task<bool> ShowPasswordDialog()

Returns

Task<bool>