Bitzsoft.Integrations.LegalDatabase.Jianwei 1.0.0-alpha.7

This is a prerelease version of Bitzsoft.Integrations.LegalDatabase.Jianwei.
dotnet add package Bitzsoft.Integrations.LegalDatabase.Jianwei --version 1.0.0-alpha.7
                    
NuGet\Install-Package Bitzsoft.Integrations.LegalDatabase.Jianwei -Version 1.0.0-alpha.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bitzsoft.Integrations.LegalDatabase.Jianwei" Version="1.0.0-alpha.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bitzsoft.Integrations.LegalDatabase.Jianwei" Version="1.0.0-alpha.7" />
                    
Directory.Packages.props
<PackageReference Include="Bitzsoft.Integrations.LegalDatabase.Jianwei" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bitzsoft.Integrations.LegalDatabase.Jianwei --version 1.0.0-alpha.7
                    
#r "nuget: Bitzsoft.Integrations.LegalDatabase.Jianwei, 1.0.0-alpha.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Bitzsoft.Integrations.LegalDatabase.Jianwei@1.0.0-alpha.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Bitzsoft.Integrations.LegalDatabase.Jianwei&version=1.0.0-alpha.7&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Bitzsoft.Integrations.LegalDatabase.Jianwei&version=1.0.0-alpha.7&prerelease
                    
Install as a Cake Tool

Bitzsoft.Integrations.LegalDatabase.Jianwei

见微数据法规案例库 SSO 跳转集成,使用 SSO Redirect 管道组合 RSA、API 调用和签名步骤。

功能

  • 实现 ILegalDatabaseProvider,基于 SsoRedirect Pipeline 模式(RSA 加密 → API 调用 → 可选 MD5 签名)
  • HttpClient 已接入 Bitzsoft.Integrations.RequestLogging 第三方请求日志

安装

dotnet add package Bitzsoft.Integrations.LegalDatabase.Jianwei

注册服务

using Bitzsoft.Integrations.LegalDatabase.Jianwei;

services.AddBitzsoftJianweiLegalDatabase(options =>
{
    options.PublicKey = "your-public-key";
    options.SignSecret = "your-sign-secret";
});

services.AddBitzsoftJianweiLegalDatabase(configuration, "LegalDatabase:Jianwei");

第三方请求日志

内置 Bitzsoft.Integrations.RequestLogging 出站请求记录管道,默认 NullRequestLogStore 不持久化。

// ① 默认:启用记录管道但不持久化(日志丢弃)
services.AddBitzsoftJianweiLegalDatabase(options => { /* ... */ });

// ② 持久化:宿主注册 IRequestLogStore 实现后,所有出站请求自动落库
services.AddRequestLogging<MyRequestLogStore>(opts =>
{
    opts.MaxBodyLength = 8192;
    opts.SensitiveFields.Add("mySecret");
});
services.AddBitzsoftJianweiLegalDatabase(options => { /* ... */ });

依赖

  • Bitzsoft.Integrations.LegalDatabase
  • Bitzsoft.Integrations.SsoRedirect
  • Bitzsoft.Integrations.Compatibility
  • Microsoft.Extensions.Http

相关包

  • Bitzsoft.Integrations.LegalDatabase.All — 全部供应商聚合包
  • Bitzsoft.Integrations.LegalDatabase — 法规案例库抽象层
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Bitzsoft.Integrations.LegalDatabase.Jianwei:

Package Downloads
Bitzsoft.Integrations.LegalDatabase.All

法规案例库聚合包 — 一键集成威科先行、法信、聚法案例、无讼、MetaLaw、把手案例、见微数据、律商联讯、北大法宝、元典、得理法搜、incoPat

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-alpha.7 57 6/16/2026
1.0.0-alpha.6 51 6/16/2026
1.0.0-alpha.5 52 6/14/2026
1.0.0-alpha.3 59 6/7/2026