PasswordServiceClientCredentialFactory コンストラクター

定義

オーバーロード

PasswordServiceClientCredentialFactory()

PasswordServiceClientCredentialFactory クラスの新しいインスタンスを初期化します。 空の資格情報を使用します。

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

PasswordServiceClientCredentialFactory クラスの新しいインスタンスを初期化します。 指定された資格情報を使用します。

PasswordServiceClientCredentialFactory()

PasswordServiceClientCredentialFactory クラスの新しいインスタンスを初期化します。 空の資格情報を使用します。

public PasswordServiceClientCredentialFactory ();
Public Sub New ()

適用対象

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

PasswordServiceClientCredentialFactory クラスの新しいインスタンスを初期化します。 指定された資格情報を使用します。

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)

パラメーター

appId
String

アプリ ID。

password
String

アプリのパスワード。

tenantId
String

ボットが作成される Azure AD テナントのテナント ID。

httpClient
HttpClient

使用するカスタム httpClient。

logger
ILogger

使用するロガー インスタンス。

適用対象