EmulatorValidation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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, AuthenticationConfiguration) |
已过时.
验证传入的身份验证标头作为从Bot Framework Emulator发送的令牌。 |
AuthenticateEmulatorToken(String, ICredentialProvider, IChannelProvider, HttpClient, String) |
已过时.
验证传入的身份验证标头作为从Bot Framework Emulator发送的令牌。 |
IsTokenFromEmulator(String) |
已过时.
确定给定的身份验证标头是否来自Bot Framework Emulator。 |