C# Class MsFest.ReactiveUI.Wpf.ViewModels.Authentication

Inheritance: IAuthentication
Afficher le fichier Open project: jiravanet/Prezentace-ReactiveUI Class Usage Examples

Méthodes publiques

Méthode Description
Authenticate ( string username, string password ) : AuthenticationResult
AuthenticateAsync ( string username, string password ) : Task

Method Details

Authenticate() public méthode

public Authenticate ( string username, string password ) : AuthenticationResult
username string
password string
Résultat AuthenticationResult

AuthenticateAsync() public méthode

public AuthenticateAsync ( string username, string password ) : Task
username string
password string
Résultat Task