다음을 통해 공유


ConfigurationBotFrameworkAuthentication 클래스

정의

구성에서 인스턴스를 BotFrameworkAuthentication 만듭니다.

public class ConfigurationBotFrameworkAuthentication : Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication
type ConfigurationBotFrameworkAuthentication = class
    inherit BotFrameworkAuthentication
Public Class ConfigurationBotFrameworkAuthentication
Inherits BotFrameworkAuthentication
상속
ConfigurationBotFrameworkAuthentication

생성자

ConfigurationBotFrameworkAuthentication(IConfiguration, ServiceClientCredentialsFactory, AuthenticationConfiguration, IHttpClientFactory, ILogger)

ConfigurationBotFrameworkAuthentication 클래스의 새 인스턴스를 초기화합니다.

메서드

AuthenticateChannelRequestAsync(String, CancellationToken)

기술에 대한 Bot Framework 프로토콜 요청을 인증합니다.

AuthenticateRequestAsync(Activity, String, CancellationToken)

Bot Framework 프로토콜 요청의 유효성을 검사합니다.

AuthenticateStreamingRequestAsync(String, String, CancellationToken)

Bot Framework 프로토콜 요청의 유효성을 검사합니다.

CreateBotFrameworkClient()

기술 호출에 사용되는 을 BotFrameworkClient 만듭니다.

CreateConnectorFactory(ClaimsIdentity)

ConnectorFactory 이 특정 클라우드 환경의 자격 증명을 사용하는 를 만드는 IConnectorClient 데 사용할 수 있는 을 만듭니다.

CreateUserTokenClientAsync(ClaimsIdentity, CancellationToken)

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

GenerateCallerIdAsync(ServiceClientCredentialsFactory, ClaimsIdentity, String, CancellationToken)

활동에 쓸 적절한 callerId를 생성합니다. null일 수 있습니다.

(다음에서 상속됨 BotFrameworkAuthentication)
GetOriginatingAudience()

Bot OAuth 범위에서 원래 대상 그룹을 가져옵니다.

적용 대상