C# Class Senparc.Weixin.EncryptPostModel

接收加密信息统一基类
Inheritance: IEncryptPostModel
Exibir arquivo Open project: JeffreySu/WeiXinMPSDK

Public Methods

Method Description
SetSecretInfo ( string token, string encodingAESKey ) : void

设置服务器内部保密信息

Method Details

SetSecretInfo() public method

设置服务器内部保密信息
public SetSecretInfo ( string token, string encodingAESKey ) : void
token string
encodingAESKey string
return void