C# 클래스 GitHub.Authentication.ViewModels.TwoFactorViewModel

Simple view model for the GitHub Two Factor dialog.
상속: DialogViewModel
파일 보기 프로젝트 열기: Microsoft/Git-Credential-Manager-for-Windows 1 사용 예제들

공개 메소드들

메소드 설명
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