MsgReceiver..::..CheckSignature Method

验证相信签名

Namespace:  PDSS.CivetPublic.User
Assembly:  PDSS.CivetPublic.User (in PDSS.CivetPublic.User.dll)

Syntax


public bool CheckSignature(
	string token,
	string signature,
	string timestamp,
	string nonce
)
Public Function CheckSignature ( _
	token As String, _
	signature As String, _
	timestamp As String, _
	nonce As String _
) As Boolean
public:
bool^ CheckSignature(
	String^ token, 
	String^ signature, 
	String^ timestamp, 
	String^ nonce
)

Parameters

token
Type: String
验证消息Token
signature
Type: String
Url中的signature
timestamp
Type: String
Url中的timestamp
nonce
Type: String
Url中的nonce

Return Value

验证结果