Microsoft.TSS
2.1.1
Prefix Reserved
dotnet add package Microsoft.TSS --version 2.1.1
NuGet\Install-Package Microsoft.TSS -Version 2.1.1
<PackageReference Include="Microsoft.TSS" Version="2.1.1" />
paket add Microsoft.TSS --version 2.1.1
#r "nuget: Microsoft.TSS, 2.1.1"
// Install Microsoft.TSS as a Cake Addin #addin nuget:?package=Microsoft.TSS&version=2.1.1 // Install Microsoft.TSS as a Cake Tool #tool nuget:?package=Microsoft.TSS&version=2.1.1
TSS.Net is a crossplatform .Net library that provides convenient abstraction layer for the binary TPM 2.0 interface in various Windows and Linux environments.
TSS.Net greatly simplifies writing code that interacts with TPM 2.0 devices by providing both low level 1-to-1 mapping for TPM 2.0 commands, and higher level abstractions that free the developer from the necessity of writing hundreds lined of code to marshaling TPM data structures or perform operations often involving cryptography such as handling various types of TPM sessions, or migrating keys between software crypto and TPM 2.0 devices.
TSS.Net library can also work with the Microsoft TPM simulator (https://github.com/Microsoft/ms-tpm-20-ref) to enable application development and debugging on platforms that do not have a physical TPM 2.0 device.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
This package has no dependencies.
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Microsoft.TSS:
Package | Downloads |
---|---|
Microsoft.Azure.Devices.Provisioning.Security.Tpm
Provisioning Device Security TPM Client for Azure IoT Devices |
|
Microsoft.CST.AttackSurfaceAnalyzer
Microsoft Attack Surface Analyzer is an open source security tool that analyzes the attack surface of a target system and reports on potential security vulnerabilities introduced during the installation of software or system misconfiguration. This package contains the AttackSurfaceAnalyzer library. For the CLI Dotnet Tool, see Microsoft.CST.AttackSurfaceAnalyzer.CLI. |
|
Microsoft.Devices.Tpm
TPM support .NET library for Windows 10. |
|
TpmDevice
Convenient functions for TPM usage in .NET inspired by https://www.nuget.org/packages/Microsoft.Devices.Tpm/ |
|
DProjects.Core.Tpm
DProjects.Core.Tpm |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Microsoft.TSS:
Repository | Stars |
---|---|
microsoft/AttackSurfaceAnalyzer
Attack Surface Analyzer can help you analyze your operating system's security configuration for changes during software installation.
|
|
Azure/azure-iot-sdk-csharp
A C# SDK for connecting devices to Microsoft Azure IoT services
|
|
FireCubeStudios/Rebound
Windows 11 done right.
|
|
vicente-da-silva/dcemv
Open Source EMV Payments Stack
|