共用方式為


EnableAuthenticatorModel.RecoveryCodes 屬性

定義

此 API 支援 ASP.NET Core身分識別預設 UI 基礎結構,不適合直接從您的程式碼使用。 此 API 可能會在未來的版本中變更或移除。

[Microsoft.AspNetCore.Mvc.TempData]
public string[] RecoveryCodes { get; set; }
[Microsoft.AspNetCore.Mvc.TempData]
public string[]? RecoveryCodes { get; set; }
[<Microsoft.AspNetCore.Mvc.TempData>]
member this.RecoveryCodes : string[] with get, set
Public Property RecoveryCodes As String()

屬性值

String[]
屬性

適用於