public sealed class TwoFactorAuthRepository : ITwoFactorAuthRepositoryPublic NotInheritable Class TwoFactorAuthRepository
Implements ITwoFactorAuthRepositorypublic ref class TwoFactorAuthRepository sealed : ITwoFactorAuthRepository[<SealedAttribute>]
type TwoFactorAuthRepository =
class
interface ITwoFactorAuthRepository
end| TwoFactorAuthRepository | Создает экземпляр класса TwoFactorAuthRepository. |
| DeleteAttemptAsync | Удаляет информацию о попытке входа пользователя. |
| DeleteDataAsync | Удаляет данные 2FA для попытки входа. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetAttemptAsync | Возвращает информацию о попытке входа пользователя. |
| GetDataAsync | Возвращает данные 2FA для попытки входа. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| SetAttemptAsync | Сохраняет информацию о попытке входа пользователя. |
| SetDataAsync | Сохраняет данные 2FA для попытки входа. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |