Udostępnij za pośrednictwem


ConnectedServiceGrid.CreateAuthenticatorAsync Metoda

Definicja

Tworzy moduł ConnectedServiceAuthenticator, który umożliwia użytkownikom logowanie się do usługi.

public:
 virtual System::Threading::Tasks::Task<Microsoft::VisualStudio::ConnectedServices::ConnectedServiceAuthenticator ^> ^ CreateAuthenticatorAsync();
public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.ConnectedServices.ConnectedServiceAuthenticator> CreateAuthenticatorAsync ();
abstract member CreateAuthenticatorAsync : unit -> System.Threading.Tasks.Task<Microsoft.VisualStudio.ConnectedServices.ConnectedServiceAuthenticator>
override this.CreateAuthenticatorAsync : unit -> System.Threading.Tasks.Task<Microsoft.VisualStudio.ConnectedServices.ConnectedServiceAuthenticator>
Public Overridable Function CreateAuthenticatorAsync () As Task(Of ConnectedServiceAuthenticator)

Zwraca

Wystąpienie ConnectedServiceAuthenticator lub wartość null, jeśli dostawca nie musi używać uwierzytelniania.

Uwagi

Po zamknięciu okna dialogowego rdzeni usługi połączone wywoła metodę Dispose().

Dotyczy