다음을 통해 공유


BotFrameworkAuthentication 클래스

정의

이 환경 내에서 Bot Framework 프로토콜 네트워크 호출을 인증하는 데 사용되는 클라우드 환경을 나타냅니다.

public abstract class BotFrameworkAuthentication
type BotFrameworkAuthentication = class
Public MustInherit Class BotFrameworkAuthentication
상속
BotFrameworkAuthentication
파생

생성자

BotFrameworkAuthentication()

이 환경 내에서 Bot Framework 프로토콜 네트워크 호출을 인증하는 데 사용되는 클라우드 환경을 나타냅니다.

메서드

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일 수 있습니다.

GetOriginatingAudience()

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

적용 대상