You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
401 B

2 years ago
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Senparc.Weixin.TenPayV3.Entities
{
/// <summary>
/// 储存公钥
/// <para>Keyserial_noValueKey</para>
/// </summary>
public class PublicKeyCollection : ConcurrentDictionary<string, string>
{
}
}