TwilioClientWrapper.ValidateSignature 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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>
키-값 쌍으로 요청 페이로드입니다.
반환
요청의 서명과 해시된 본문 간의 비교 결과입니다.