Sdílet prostřednictvím


EnableAuthenticatorModel.InputModel.Code Vlastnost

Definice

Toto rozhraní API podporuje výchozí infrastrukturu uživatelského rozhraní ASP.NET Core Identity a není určené k použití přímo z vašeho kódu. Toto rozhraní API se může změnit nebo odebrat v budoucích verzích.

[System.ComponentModel.DataAnnotations.DataType(System.ComponentModel.DataAnnotations.DataType.Text)]
[System.ComponentModel.DataAnnotations.Display(Name="Verification Code")]
[System.ComponentModel.DataAnnotations.Required]
[System.ComponentModel.DataAnnotations.StringLength(7, ErrorMessage="The {0} must be at least {2} and at max {1} characters long.", MinimumLength=6)]
public string Code { get; set; }
[<System.ComponentModel.DataAnnotations.DataType(System.ComponentModel.DataAnnotations.DataType.Text)>]
[<System.ComponentModel.DataAnnotations.Display(Name="Verification Code")>]
[<System.ComponentModel.DataAnnotations.Required>]
[<System.ComponentModel.DataAnnotations.StringLength(7, ErrorMessage="The {0} must be at least {2} and at max {1} characters long.", MinimumLength=6)>]
member this.Code : string with get, set
Public Property Code As String

Hodnota vlastnosti

Atributy

Platí pro