다음을 통해 공유


TwilioClientWrapper.ValidateSignature 메서드

정의

Twilio에서 들어오는 HTTP 요청의 유효성을 검사합니다.

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

매개 변수

httpRequest
HttpRequest

유효성을 검사할 요청입니다.

body
Dictionary<String,String>

키-값 쌍으로 요청 페이로드입니다.

반환

요청의 서명과 해시된 본문 간의 비교 결과입니다.

적용 대상