다음을 통해 공유


BotFrameworkAuthenticationFactory.Create 메서드

정의

오버로드

Create()

익명 테스트 시나리오에 BotFrameworkAuthentication 대한 인스턴스를 만듭니다.

Create(String, Boolean, String, String, String, String, String, String, String, ServiceClientCredentialsFactory, AuthenticationConfiguration, IHttpClientFactory, ILogger)

적절한 BotFrameworkAuthentication 인스턴스를 만듭니다.

Create()

익명 테스트 시나리오에 BotFrameworkAuthentication 대한 인스턴스를 만듭니다.

public static Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication Create();
static member Create : unit -> Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication
Public Shared Function Create () As BotFrameworkAuthentication

반환

BotFrameworkAuthentication 인스턴스입니다.

적용 대상

Create(String, Boolean, String, String, String, String, String, String, String, ServiceClientCredentialsFactory, AuthenticationConfiguration, IHttpClientFactory, ILogger)

적절한 BotFrameworkAuthentication 인스턴스를 만듭니다.

public static Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication Create(string channelService, bool validateAuthority, string toChannelFromBotLoginUrl, string toChannelFromBotOAuthScope, string toBotFromChannelTokenIssuer, string oAuthUrl, string toBotFromChannelOpenIdMetadataUrl, string toBotFromEmulatorOpenIdMetadataUrl, string callerId, Microsoft.Bot.Connector.Authentication.ServiceClientCredentialsFactory credentialFactory, Microsoft.Bot.Connector.Authentication.AuthenticationConfiguration authConfiguration, System.Net.Http.IHttpClientFactory httpClientFactory, Microsoft.Extensions.Logging.ILogger logger);
static member Create : string * bool * string * string * string * string * string * string * string * Microsoft.Bot.Connector.Authentication.ServiceClientCredentialsFactory * Microsoft.Bot.Connector.Authentication.AuthenticationConfiguration * System.Net.Http.IHttpClientFactory * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication
Public Shared Function Create (channelService As String, validateAuthority As Boolean, toChannelFromBotLoginUrl As String, toChannelFromBotOAuthScope As String, toBotFromChannelTokenIssuer As String, oAuthUrl As String, toBotFromChannelOpenIdMetadataUrl As String, toBotFromEmulatorOpenIdMetadataUrl As String, callerId As String, credentialFactory As ServiceClientCredentialsFactory, authConfiguration As AuthenticationConfiguration, httpClientFactory As IHttpClientFactory, logger As ILogger) As BotFrameworkAuthentication

매개 변수

channelService
String

채널 서비스입니다.

validateAuthority
Boolean

사용할 인증 기관 값입니다.

toChannelFromBotLoginUrl
String

봇 로그인 URL에서 채널로.

toChannelFromBotOAuthScope
String

봇 oauth 범위에서 채널로.

toBotFromChannelTokenIssuer
String

채널 토큰 발급자의 봇에 대한 입니다.

oAuthUrl
String

oAuth URL입니다.

toBotFromChannelOpenIdMetadataUrl
String

채널에서 봇에 대한 ID 열기 메타데이터 URL입니다.

toBotFromEmulatorOpenIdMetadataUrl
String

에뮬레이터에서 봇에 대한 ID 메타데이터 URL을 엽니다.

callerId
String

Microsoft 앱 암호입니다.

credentialFactory
ServiceClientCredentialsFactory

ServiceClientCredentialsFactory 자격 증명을 만드는 데 사용할 입니다.

authConfiguration
AuthenticationConfiguration

사용할 AuthenticationConfiguration입니다.

httpClientFactory
IHttpClientFactory

사용할 IHttpClientFactory입니다.

logger
ILogger

사용할 ILogger입니다.

반환

BotFrameworkAuthentication 인스턴스입니다.

적용 대상