C# 클래스 Senparc.Weixin.MP.CheckSignature

签名验证类
파일 보기 프로젝트 열기: JeffreySu/WeiXinMPSDK

공개 메소드들

메소드 설명
Check ( string signature, PostModel postModel ) : bool

检查签名是否正确

Check ( string signature, string timestamp, string nonce, string token = null ) : bool

检查签名是否正确

GetSignature ( PostModel postModel ) : string

返回正确的签名

GetSignature ( string timestamp, string nonce, string token = null ) : string

返回正确的签名

메소드 상세

Check() 공개 정적인 메소드

检查签名是否正确
public static Check ( string signature, PostModel postModel ) : bool
signature string
postModel Senparc.Weixin.MP.Entities.Request.PostModel 需要提供:Timestamp、Nonce、Token
리턴 bool

Check() 공개 정적인 메소드

检查签名是否正确
public static Check ( string signature, string timestamp, string nonce, string token = null ) : bool
signature string
timestamp string
nonce string
token string
리턴 bool

GetSignature() 공개 정적인 메소드

返回正确的签名
public static GetSignature ( PostModel postModel ) : string
postModel Senparc.Weixin.MP.Entities.Request.PostModel 需要提供:Timestamp、Nonce、Token
리턴 string

GetSignature() 공개 정적인 메소드

返回正确的签名
public static GetSignature ( string timestamp, string nonce, string token = null ) : string
timestamp string
nonce string
token string
리턴 string