SetPasswordModel.InputModel.ConfirmPassword 속성

정의

이 API는 ASP.NET Core ID 기본 UI 인프라를 지원하며 코드에서 직접 사용할 수 없습니다. 이 API는 이후 릴리스에서 변경되거나 제거될 수 있습니다.

[System.ComponentModel.DataAnnotations.Compare("NewPassword", ErrorMessage="The new password and confirmation password do not match.")]
[System.ComponentModel.DataAnnotations.DataType(System.ComponentModel.DataAnnotations.DataType.Password)]
[System.ComponentModel.DataAnnotations.Display(Name="Confirm new password")]
public string ConfirmPassword { get; set; }
[System.ComponentModel.DataAnnotations.Compare("NewPassword", ErrorMessage="The new password and confirmation password do not match.")]
[System.ComponentModel.DataAnnotations.DataType(System.ComponentModel.DataAnnotations.DataType.Password)]
[System.ComponentModel.DataAnnotations.Display(Name="Confirm new password")]
public string? ConfirmPassword { get; set; }
[<System.ComponentModel.DataAnnotations.Compare("NewPassword", ErrorMessage="The new password and confirmation password do not match.")>]
[<System.ComponentModel.DataAnnotations.DataType(System.ComponentModel.DataAnnotations.DataType.Password)>]
[<System.ComponentModel.DataAnnotations.Display(Name="Confirm new password")>]
member this.ConfirmPassword : string with get, set
Public Property ConfirmPassword As String

속성 값

특성

적용 대상