Udostępnij za pośrednictwem


PasswordServiceClientCredentialFactory Konstruktory

Definicja

Przeciążenia

PasswordServiceClientCredentialFactory()

Inicjuje nowe wystąpienie klasy PasswordServiceClientCredentialFactory. z pustymi poświadczeniami.

PasswordServiceClientCredentialFactory(String, String, String, HttpClient, ILogger)

Inicjuje nowe wystąpienie klasy PasswordServiceClientCredentialFactory. z podanymi poświadczeniami.

PasswordServiceClientCredentialFactory()

Inicjuje nowe wystąpienie klasy PasswordServiceClientCredentialFactory. z pustymi poświadczeniami.

public PasswordServiceClientCredentialFactory ();
Public Sub New ()

Dotyczy

PasswordServiceClientCredentialFactory(String, String, String, HttpClient, ILogger)

Inicjuje nowe wystąpienie klasy PasswordServiceClientCredentialFactory. z podanymi poświadczeniami.

public PasswordServiceClientCredentialFactory (string appId, string password, string tenantId, System.Net.Http.HttpClient httpClient, Microsoft.Extensions.Logging.ILogger logger);
new Microsoft.Bot.Connector.Authentication.PasswordServiceClientCredentialFactory : string * string * string * System.Net.Http.HttpClient * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Connector.Authentication.PasswordServiceClientCredentialFactory
Public Sub New (appId As String, password As String, tenantId As String, httpClient As HttpClient, logger As ILogger)

Parametry

appId
String

Identyfikator aplikacji.

password
String

Hasło aplikacji.

tenantId
String

Identyfikator dzierżawy dzierżawy Azure AD dzierżawy, w której jest tworzony bot.

httpClient
HttpClient

Niestandardowy element httpClient do użycia.

logger
ILogger

Wystąpienie rejestratora do użycia.

Dotyczy