GovernmentChannelValidation 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 government channel validation.
Jetons Valies JWT d’un canal Government.
[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform government channel validation.", false)]
public sealed class GovernmentChannelValidation
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform government channel validation.", false)>]
type GovernmentChannelValidation = class
Public NotInheritable Class GovernmentChannelValidation
- Héritage
-
GovernmentChannelValidation
- Attributs
Constructeurs
GovernmentChannelValidation() |
Obsolète.
Jetons Valies JWT d’un canal Government. |
Champs
ToBotFromGovernmentChannelTokenValidationParameters |
Obsolète.
TO BOT FROM GOVERNMENT CHANNEL : paramètres de validation de jeton lors de la connexion à un bot. |
Propriétés
OpenIdMetadataUrl |
Obsolète.
Obtient ou définit l’adresse de métadonnées. |
Méthodes
AuthenticateChannelToken(String, ICredentialProvider, 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 Government. |
AuthenticateChannelToken(String, ICredentialProvider, 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 Government. |
ValidateIdentity(ClaimsIdentity, ICredentialProvider, String) |
Obsolète.
Validez claimsIdentity comme envoyé à partir d’un service de canal Bot Framework Government. |