C# Класс GitHub.Authentication.ViewModels.TwoFactorViewModel

Simple view model for the GitHub Two Factor dialog.
Наследование: DialogViewModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TwoFactorViewModel ( ) : System.Windows.Input

This is used by the GitHub.Authentication test application

TwoFactorViewModel ( bool isSms ) : System.Windows.Input

This quite obviously creates an instance of a TwoFactorViewModel.

Приватные методы

Метод Описание
HyperLinkCommand ( ) : System.Windows.Input

Описание методов

TwoFactorViewModel() публичный Метод

This is used by the GitHub.Authentication test application
public TwoFactorViewModel ( ) : System.Windows.Input
Результат System.Windows.Input

TwoFactorViewModel() публичный Метод

This quite obviously creates an instance of a TwoFactorViewModel.
public TwoFactorViewModel ( bool isSms ) : System.Windows.Input
isSms bool True if the 2fa authentication code is sent via SMS
Результат System.Windows.Input