Partilhar via


GovernmentChannelValidation Classe

Definição

Atenção

Use ConfigurationBotFrameworkAuthentication instead to perform government channel validation.

Valies JWT tokens de um canal do Governo.

[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
Herança
GovernmentChannelValidation
Atributos

Construtores

GovernmentChannelValidation()
Obsoleto.

Valies JWT tokens de um canal do Governo.

Campos

ToBotFromGovernmentChannelTokenValidationParameters
Obsoleto.

TO BOT FROM GOVERNMENT CHANNEL: Parâmetros de validação de tokens ao ligar a um bot.

Propriedades

OpenIdMetadataUrl
Obsoleto.

Obtém ou define o endereço de metadados.

Métodos

AuthenticateChannelToken(String, ICredentialProvider, String, HttpClient, String, AuthenticationConfiguration)
Obsoleto.

Valide o Cabeçalho de Autenticação recebido como um token enviado a partir de um Bot Framework Government Channel Service.

AuthenticateChannelToken(String, ICredentialProvider, String, HttpClient, String)
Obsoleto.

Valide o Cabeçalho de Autenticação recebido como um token enviado a partir de um Bot Framework Government Channel Service.

ValidateIdentity(ClaimsIdentity, ICredentialProvider, String)
Obsoleto.

Valide a ClaimsIdentity como enviada a partir de um Serviço de Canal do Bot Framework Government.

Aplica-se a