TwilioClientWrapper.ValidateSignature Méthode
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.
Valide une requête HTTP comme provenant de Twilio.
public virtual bool ValidateSignature (Microsoft.AspNetCore.Http.HttpRequest httpRequest, System.Collections.Generic.Dictionary<string,string> body);
abstract member ValidateSignature : Microsoft.AspNetCore.Http.HttpRequest * System.Collections.Generic.Dictionary<string, string> -> bool
override this.ValidateSignature : Microsoft.AspNetCore.Http.HttpRequest * System.Collections.Generic.Dictionary<string, string> -> bool
Public Overridable Function ValidateSignature (httpRequest As HttpRequest, body As Dictionary(Of String, String)) As Boolean
Paramètres
- httpRequest
- HttpRequest
Demande à valider.
- body
- Dictionary<String,String>
Charge utile de la requête, sous forme de paires clé-valeur.
Retours
Résultat de la comparaison entre la signature dans la demande et le corps de hachage.