C# Class AzureIoTHubConnectedService.AzureServiceAuthenticator

Inheritance: ConnectedServiceAuthenticator
ファイルを表示 Open project: Azure/azure-iot-hub-vs-cs

Public Methods

Method Description
GetAccountAsync ( ) : Task
SelectedAccountHasSubscriptions ( ) : Task

Protected Methods

Method Description
AzureServiceAuthenticator ( IServiceProvider serviceProvider, string providerId ) : Microsoft.VisualStudio.Services.Client.AccountManagement
Dispose ( bool disposing ) : void
GetSubscriptionContextsAsync ( ) : Task>

Private Methods

Method Description
AccountPickerViewModel_AuthenticationChanged ( object sender, EventArgs e ) : void
AccountPickerViewModel_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
CalculateIsAuthenticated ( ) : void

Method Details

AzureServiceAuthenticator() protected method

protected AzureServiceAuthenticator ( IServiceProvider serviceProvider, string providerId ) : Microsoft.VisualStudio.Services.Client.AccountManagement
serviceProvider IServiceProvider
providerId string
return Microsoft.VisualStudio.Services.Client.AccountManagement

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetAccountAsync() public method

public GetAccountAsync ( ) : Task
return Task

GetSubscriptionContextsAsync() protected method

protected GetSubscriptionContextsAsync ( ) : Task>
return Task>

SelectedAccountHasSubscriptions() public method

public SelectedAccountHasSubscriptions ( ) : Task
return Task