点击或拖拽改变大小
盛派网络

SenparcWeixinSettingItem 类

Senparc.Weixin SDK 官方教程《微信开发深度解析》已出版,支持中国开源事业,请【购买正版】
《微信公众号+小程序》视频课程已经上线,【点击这里】学习!

NeuChar(纽插)已经上线,为开发者提供一站式跨平台管理枢纽,并可将应用入驻到 NeuChar 应用商店!新功能正在不断增加中,快来使用吧! https://www.neuchar.com
在线动态微信接口 Swagger WebApi 文档: https://weixin.senparc.com:8039

Senparc.Weixin SDK 中单个公众号配置信息
继承层次

命名空间:  Senparc.Weixin.Entities
程序集:  Senparc.Weixin (在 Senparc.Weixin.dll 中) 版本:6.5.0.26158
语法
public class SenparcWeixinSettingItem : ISenparcWeixinSettingForMP, 
	ISenparcWeixinSettingBase, ISenparcWeixinSettingForWxOpen, ISenparcWeixinSettingForWork, ISenparcWeixinSettingForOldTenpay, ISenparcWeixinSettingForTenpayV3, 
	ISenparcWeixinSettingForOpen, ISenparcWeixinSettingForExtension

SenparcWeixinSettingItem 类型公开以下成员。

构造函数
  名称说明
公共方法SenparcWeixinSettingItem
初始化 SenparcWeixinSettingItem 类的一个新实例
Top
属性
  名称说明
公共属性AgentToken
公共属性AgentUrl
公共属性Component_Appid
Component_Appid
公共属性Component_EncodingAESKey
全局统一的 Component_EncodingAESKey(非必须)
公共属性Component_Secret
Component_Secret
公共属性Component_Token
全局统一的 Component_Token(非必须)
公共属性EncodingAESKey
公众号消息加密Key
公共属性ItemKey
唯一标识
公共属性SenparcWechatAgentKey
公共属性TenPayV3_AppId
微信支付AppId
公共属性TenPayV3_AppSecret
微信支付AppSecert
公共属性TenPayV3_CertPath
微信支付证书位置(物理路径),在 .NET Core 下执行 TenPayV3InfoCollection.Register() 方法会为 HttpClient 自动添加证书
公共属性TenPayV3_CertSecret
微信支付证书密码,在 .NET Core 下执行 TenPayV3InfoCollection.Register() 方法会为 HttpClient 自动添加证书
公共属性TenPayV3_Key
MchKey
公共属性TenPayV3_MchId
MchId(商户ID)
公共属性TenPayV3_SubAppId
特约商户微信支付 子商户AppID
公共属性TenPayV3_SubAppSecret
特约商户微信支付 子商户AppSecret
公共属性TenPayV3_SubMchId
特约商户微信支付 子商户ID,没有可留空
公共属性TenPayV3_TenpayNotify
微信支付TenpayNotify
公共属性TenPayV3_WxOpenTenpayNotify
小程序微信支付WxOpenTenpayNotify
公共属性Token
公众号Token
公共属性WeixinAppId
公众号AppId
公共属性WeixinAppSecret
公众号AppSecret
公共属性WeixinCorpId
企业微信CorpId(全局)
公共属性WeixinCorpSecret
企业微信CorpSecret(和 AgentId对应)
公共属性WeixinPay_AppId
WeixinPay_AppId(微信支付V2)
公共属性WeixinPay_AppKey
WeixinPay_AppKey(微信支付V2)
公共属性WeixinPay_Key
WeixinPay_Key(微信支付V2)
公共属性WeixinPay_PartnerId
WeixinPay_PartnerId(微信支付V2)
公共属性WeixinPay_TenpayNotify
WeixinPay_TenpayNotify(微信支付V2)
公共属性WxOpenAppId
小程序AppId
公共属性WxOpenAppSecret
小程序AppSecret
公共属性WxOpenEncodingAESKey
小程序EncodingAESKey
公共属性WxOpenToken
小程序 Token
Top
扩展方法
  名称说明
公共扩展器方法Serialize
序列化对象
(由 StackExchangeRedisExtensions 定义。)
公共扩展器方法ToHashEntries
Serialize in Redis format
(由 RedisUtils 定义。)
公共扩展器方法ToJson
把数据转换为Json格式(使用Newtonsoft.Json.dll)
(由 ObjectExtensions 定义。)
Top
参见