ChannelValidation Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Use ConfigurationBotFrameworkAuthentication instead to perform channel validation.
Valide les jetons JWT envoyés à partir d’Azure.
[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform channel validation.", false)]
public static class ChannelValidation
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform channel validation.", false)>]
type ChannelValidation = class
Public Class ChannelValidation
- Héritage
-
ChannelValidation
- Attributs
Champs
| ToBotFromChannelTokenValidationParameters |
Obsolète.
TO BOT FROM CHANNEL : paramètres de validation de jeton lors de la connexion à un bot. |
Propriétés
| OpenIdMetadataUrl |
Obsolète.
Obtient ou définit le point de terminaison par défaut utilisé pour les demandes de métadonnées Open ID. |
Méthodes
| AuthenticateChannelToken(String, ICredentialProvider, HttpClient, String, AuthenticationConfiguration) |
Obsolète.
Validez l’en-tête d’authentification entrant en tant que jeton envoyé à partir du service Bot Framework. |
| AuthenticateChannelToken(String, ICredentialProvider, HttpClient, String) |
Obsolète.
Validez l’en-tête d’authentification entrant en tant que jeton envoyé à partir du service Bot Framework. |
| AuthenticateChannelToken(String, ICredentialProvider, String, HttpClient, String, AuthenticationConfiguration) |
Obsolète.
Validez l’en-tête d’authentification entrant en tant que jeton envoyé à partir du service Bot Framework. |
| AuthenticateChannelToken(String, ICredentialProvider, String, HttpClient, String) |
Obsolète.
Validez l’en-tête d’authentification entrant en tant que jeton envoyé à partir du service Bot Framework. |