Freigeben über


TwilioClientWrapper.ValidateSignature Methode

Definition

Überprüft eine HTTP-Anforderung, die von Twilio stammt.

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

Parameter

httpRequest
HttpRequest

Die zu überprüfende Anforderung.

body
Dictionary<String,String>

Die Anforderungsnutzlast als Schlüssel-Wert-Paare.

Gibt zurück

Das Ergebnis des Vergleichs zwischen der Signatur in der Anforderung und dem Hashtext.

Gilt für: