public sealed class TwoFactorAuthProvider : ITwoFactorAuthProvider
Public NotInheritable Class TwoFactorAuthProvider
Implements ITwoFactorAuthProvider
public ref class TwoFactorAuthProvider sealed : ITwoFactorAuthProvider
[<SealedAttribute>]
type TwoFactorAuthProvider =
class
interface ITwoFactorAuthProvider
end
TwoFactorAuthProvider | Создает экземпляр класса TwoFactorAuthProvider. |
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) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetModeAsync | Возвращает режим 2FA, который используется в системе. |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
GetUserModeAsync | Возвращает режим 2FA, который используется в системе для пользователя. |
GetUserTypesAsync | Предоставляет информацию по доступным типам 2FA для пользователя с заданным идентификатором. |
IsTypeAllowedAsync | Выполняет проверку, что тип 2FA поддерживается в системой. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetUserTypeSettingsAsync | Возвращает настройки доступного для пользователя типа 2FA по его идентификатору. |