Partager via


EnterpriseChannelValidation Classe

Définition

Attention

Use ConfigurationBotFrameworkAuthentication instead to perform enterprise channel validation.

Valide les jetons JWT d’un canal d’entreprise.

[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform enterprise channel validation.", false)]
public sealed class EnterpriseChannelValidation
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform enterprise channel validation.", false)>]
type EnterpriseChannelValidation = class
Public NotInheritable Class EnterpriseChannelValidation
Héritage
EnterpriseChannelValidation
Attributs

Constructeurs

EnterpriseChannelValidation()
Obsolète.

Valide les jetons JWT d’un canal d’entreprise.

Champs

ToBotFromEnterpriseChannelTokenValidationParameters
Obsolète.

TO BOT FROM ENTERPRISE CHANNEL : paramètres de validation de jeton lors de la connexion à un bot.

Méthodes

AuthenticateChannelToken(String, ICredentialProvider, IChannelProvider, String, HttpClient, String, AuthenticationConfiguration)
Obsolète.

Validez l’en-tête d’authentification entrant en tant que jeton envoyé à partir d’un service de canal Bot Framework.

AuthenticateChannelToken(String, ICredentialProvider, IChannelProvider, String, HttpClient, String)
Obsolète.

Validez l’en-tête d’authentification entrant en tant que jeton envoyé à partir d’un service de canal Bot Framework.

ValidateIdentity(ClaimsIdentity, ICredentialProvider, String)
Obsolète.

Valide un ClaimsIdentity objet par rapport aux informations d’identification et à l’URL de service fournies.

S’applique à