SmartHealthCard.Token
1.0.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SmartHealthCard.Token --version 1.0.4
NuGet\Install-Package SmartHealthCard.Token -Version 1.0.4
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="SmartHealthCard.Token" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SmartHealthCard.Token" Version="1.0.4" />
<PackageReference Include="SmartHealthCard.Token" />
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 SmartHealthCard.Token --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SmartHealthCard.Token, 1.0.4"
#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.
#addin nuget:?package=SmartHealthCard.Token&version=1.0.4
#tool nuget:?package=SmartHealthCard.Token&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
FHIR SMART Health Card JWS token encoder, decoder and verifier libaray
Product | Versions 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 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.0 | 2,319 | 11/25/2023 |
6.0.0 | 4,591 | 4/14/2022 |
5.0.0 | 2,352 | 4/14/2022 |
1.0.4 | 2,089 | 10/26/2021 |
1.0.3 | 764 | 10/7/2021 |
1.0.2 | 822 | 9/25/2021 |
1.0.1 | 797 | 8/31/2021 |
1.0.0 | 892 | 6/11/2021 |
0.1.0-alpha.3 | 171 | 6/4/2021 |
0.1.0-alpha.2 | 231 | 5/28/2021 |
0.1.0-alpha.1 | 192 | 5/27/2021 |
Relaxed requirment that Smart Health Card tokens must have a IssuanceDate (nbf) property when decoding. If not found the libaray defaults the property to the unix epoch start time of 00:00:00 UTC on 1 January 1970.
GitHub Issue: SmartHealthCardJwsDecoder.DecodePayloadAsync(..., Verify: false) does not disable required SmartHealthCardModel json property checks #10