Compartir a través de


AseChannelValidation Clase

Definición

Precaución

Use ConfigurationBotFrameworkAuthentication instead to perform AseChannel validation.

Valida y examina tokens JWT de AseChannel.

[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform AseChannel validation.", false)]
public static class AseChannelValidation
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform AseChannel validation.", false)>]
type AseChannelValidation = class
Public Class AseChannelValidation
Herencia
AseChannelValidation
Atributos

Campos

BetweenBotAndAseChannelTokenValidationParameters
Obsoletos.

TO BOT FROM AseChannel: parámetros de validación de tokens al conectarse a un canal.

ChannelId
Obsoletos.

Solo se usa para la extensión de App Service v2 (app service independiente).

Métodos

AuthenticateAseTokenAsync(String, HttpClient, AuthenticationConfiguration)
Obsoletos.

Valide el encabezado de autenticación entrante como un token enviado desde AseChannel.

AuthenticateAseTokenAsync(String, HttpClient)
Obsoletos.

Valide el encabezado de autenticación entrante como un token enviado desde AseChannel.

Init(IConfiguration)
Obsoletos.

Configure el problema de usuario o metadataUrl para la validación de AseChannel.

IsAseChannel(String)
Obsoletos.

Determina si una solicitud de AseChannel.

Se aplica a