ConfigurationBotFrameworkAuthentication 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 인스턴스입니다.