Class TwoFactorValidate
Inherited Members
Namespace: DataWeb.Identity
Assembly: DataWeb.Core.dll
Syntax
public class TwoFactorValidate
Properties
Code
Declaration
[Required(ErrorMessage = "Account.Common.TwoFactorCode_Required")]
public string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
IsPersistent
Declaration
public bool IsPersistent { get; set; }
Property Value
Type | Description |
---|---|
bool |