EnableAuthenticatorModel.InputModel.Code Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Questa API supporta l'infrastruttura dell'interfaccia utente predefinita di ASP.NET Core Identity e non deve essere usata direttamente dal codice. Questa API può cambiare o essere rimossa nelle versioni future.
[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
Valore della proprietà
- Attributi