ShiftSoftware.UnifiedAttestation.Functions
2.0.0
Prefix Reserved
dotnet add package ShiftSoftware.UnifiedAttestation.Functions --version 2.0.0
NuGet\Install-Package ShiftSoftware.UnifiedAttestation.Functions -Version 2.0.0
<PackageReference Include="ShiftSoftware.UnifiedAttestation.Functions" Version="2.0.0" />
<PackageVersion Include="ShiftSoftware.UnifiedAttestation.Functions" Version="2.0.0" />
<PackageReference Include="ShiftSoftware.UnifiedAttestation.Functions" />
paket add ShiftSoftware.UnifiedAttestation.Functions --version 2.0.0
#r "nuget: ShiftSoftware.UnifiedAttestation.Functions, 2.0.0"
#:package ShiftSoftware.UnifiedAttestation.Functions@2.0.0
#addin nuget:?package=ShiftSoftware.UnifiedAttestation.Functions&version=2.0.0
#tool nuget:?package=ShiftSoftware.UnifiedAttestation.Functions&version=2.0.0
Azure Functions Isolated Worker integration for ShiftSoftware.UnifiedAttestation. Provides seamless dependency injection extensions and a custom middleware pipeline with declarative attributes ([ValidateAttestation]) to easily secure serverless endpoints against unauthorized or tampered mobile clients.
| 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
- Microsoft.Azure.Functions.Worker.Extensions.Http (>= 3.3.0)
- Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore (>= 2.1.0)
- ShiftSoftware.UnifiedAttestation (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
2.0.0
- Supports the new HMS SafetyDetect SysIntegrity verification in ShiftSoftware.UnifiedAttestation.
- The middleware now forwards the nonce header (AttestationOptions.NonceHeaderKey, defaults to "Verification-Nonce") to the verification service. A missing nonce is not rejected by the middleware; the SysIntegrity service decides, which surfaces as 403 rather than 401.
- BREAKING: see the ShiftSoftware.UnifiedAttestation 2.0.0 release notes for the AttestationOptions changes.