다음을 통해 공유


EmulatorValidation 클래스

정의

주의

Use ConfigurationBotFrameworkAuthentication instead to perform emulator validation.

Bot Framework Emulator JWT 토큰의 유효성을 검사하고 검사합니다.

[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform emulator validation.", false)]
public static class EmulatorValidation
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform emulator validation.", false)>]
type EmulatorValidation = class
Public Class EmulatorValidation
상속
EmulatorValidation
특성

필드

ToBotFromEmulatorTokenValidationParameters
사용되지 않음.

TO BOT FROM EMULATOR: 채널에 연결할 때 토큰 유효성 검사 매개 변수입니다.

메서드

AuthenticateEmulatorToken(String, ICredentialProvider, IChannelProvider, HttpClient, String)
사용되지 않음.

들어오는 Auth 헤더를 Bot Framework Emulator 보낸 토큰으로 유효성을 검사합니다.

AuthenticateEmulatorToken(String, ICredentialProvider, IChannelProvider, HttpClient, String, AuthenticationConfiguration)
사용되지 않음.

들어오는 Auth 헤더를 Bot Framework Emulator 보낸 토큰으로 유효성을 검사합니다.

IsTokenFromEmulator(String)
사용되지 않음.

지정된 Auth 헤더가 Bot Framework Emulator 있는지 확인합니다.

적용 대상