Muonroi.Governance.Enterprise
2.0.2
dotnet add package Muonroi.Governance.Enterprise --version 2.0.2
NuGet\Install-Package Muonroi.Governance.Enterprise -Version 2.0.2
<PackageReference Include="Muonroi.Governance.Enterprise" Version="2.0.2" />
<PackageVersion Include="Muonroi.Governance.Enterprise" Version="2.0.2" />
<PackageReference Include="Muonroi.Governance.Enterprise" />
paket add Muonroi.Governance.Enterprise --version 2.0.2
#r "nuget: Muonroi.Governance.Enterprise, 2.0.2"
#:package Muonroi.Governance.Enterprise@2.0.2
#addin nuget:?package=Muonroi.Governance.Enterprise&version=2.0.2
#tool nuget:?package=Muonroi.Governance.Enterprise&version=2.0.2
Muonroi.Governance.Enterprise
Enterprise-grade governance, anti-tampering, and compliance.
Overview
Extends standard governance with rigorous features including AntiTamperDetector, MComplianceExportService, and EnterpriseControlPlaneService for mission-critical deployments.
Features
- Anti-Tampering: Protect execution integrity using
AntiTamperDetectorandCodeIntegrityVerifier. - Compliance: Generate audit artifacts via
MComplianceEvidencePackService. - Hardware Roots: Anchor trust with
TpmAnchorandChainSubmitter.
Installation
dotnet add package Muonroi.Governance.Enterprise
Quick Start
builder.Services.AddEnterpriseGovernance(options =>
{
options.EnableAntiTampering = true;
options.UseTpmAnchor = true;
});
public class AuditTask(IMComplianceExportService exporter)
{
public async Task Run() => await exporter.ExportEvidenceAsync();
}
Ecosystem Combinations
Muonroi.Governance.Enterprise + Muonroi.Governance
Upgrades the standard LicenseGuard by registering EnterpriseLicenseGuardEnhancer to require hardware-backed FingerprintChainEntry validation.
Samples
Find complete running examples in the ../../samples/ directory.
License
This project is licensed under the terms of the applicable Muonroi license.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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 was computed. 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. |
-
net8.0
- Muonroi.Core (>= 2.0.2)
- Muonroi.Core.Abstractions (>= 2.0.2)
- Muonroi.Governance (>= 2.0.2)
- Muonroi.Governance.Abstractions (>= 2.0.2)
- Muonroi.Tenancy.Core (>= 2.0.2)
- OpenTelemetry.Extensions.Hosting (>= 1.9.0)
- System.Management (>= 8.0.0)
- System.Security.Cryptography.ProtectedData (>= 8.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Muonroi.Governance.Enterprise:
| Package | Downloads |
|---|---|
|
Muonroi.BuildingBlock.All
Metapackage for Muonroi Building Block - Includes all sub-packages for a complete infrastructure setup. |
|
|
Muonroi.Pdf.Enterprise
Enterprise extensions for Muonroi.Pdf: template registry client, Redis hot-reload, SSIM quality scorer, and capability gates. |
GitHub repositories
This package is not used by any popular GitHub repositories.