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)
已过时.

验证传入的身份验证标头作为从Bot Framework Emulator发送的令牌。

AuthenticateEmulatorToken(String, ICredentialProvider, IChannelProvider, HttpClient, String, AuthenticationConfiguration)
已过时.

验证传入的身份验证标头作为从Bot Framework Emulator发送的令牌。

IsTokenFromEmulator(String)
已过时.

确定给定的身份验证标头是否来自Bot Framework Emulator。

适用于