Поделиться через


ConfigurationBotFrameworkAuthentication Конструктор

Определение

Инициализирует новый экземпляр класса ConfigurationBotFrameworkAuthentication.

public ConfigurationBotFrameworkAuthentication (Microsoft.Extensions.Configuration.IConfiguration configuration, Microsoft.Bot.Connector.Authentication.ServiceClientCredentialsFactory credentialsFactory = default, Microsoft.Bot.Connector.Authentication.AuthenticationConfiguration authConfiguration = default, System.Net.Http.IHttpClientFactory httpClientFactory = default, Microsoft.Extensions.Logging.ILogger logger = default);
new Microsoft.Bot.Builder.Integration.AspNet.Core.ConfigurationBotFrameworkAuthentication : Microsoft.Extensions.Configuration.IConfiguration * Microsoft.Bot.Connector.Authentication.ServiceClientCredentialsFactory * Microsoft.Bot.Connector.Authentication.AuthenticationConfiguration * System.Net.Http.IHttpClientFactory * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Builder.Integration.AspNet.Core.ConfigurationBotFrameworkAuthentication
Public Sub New (configuration As IConfiguration, Optional credentialsFactory As ServiceClientCredentialsFactory = Nothing, Optional authConfiguration As AuthenticationConfiguration = Nothing, Optional httpClientFactory As IHttpClientFactory = Nothing, Optional logger As ILogger = Nothing)

Параметры

configuration
IConfiguration

Экземпляр IConfiguration.

credentialsFactory
ServiceClientCredentialsFactory

Экземпляр ServiceClientCredentialsFactory.

authConfiguration
AuthenticationConfiguration

Экземпляр AuthenticationConfiguration.

httpClientFactory
IHttpClientFactory

Используемый IHttpClientFactory.

logger
ILogger

Используемый экземпляр ILogger.

Применяется к