ConfigurationBotFrameworkAuthentication 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
구성에서 인스턴스를 BotFrameworkAuthentication 만듭니다.
public class ConfigurationBotFrameworkAuthentication : Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication
type ConfigurationBotFrameworkAuthentication = class
inherit BotFrameworkAuthentication
Public Class ConfigurationBotFrameworkAuthentication
Inherits BotFrameworkAuthentication
- 상속
생성자
메서드
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 범위에서 원래 대상 그룹을 가져옵니다. |