PlatformCertificate.Proto 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PlatformCertificate.Proto --version 1.0.0
NuGet\Install-Package PlatformCertificate.Proto -Version 1.0.0
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="PlatformCertificate.Proto" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PlatformCertificate.Proto --version 1.0.0
#r "nuget: PlatformCertificate.Proto, 1.0.0"
#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.
// Install PlatformCertificate.Proto as a Cake Addin
#addin nuget:?package=PlatformCertificate.Proto&version=1.0.0

// Install PlatformCertificate.Proto as a Cake Tool
#tool nuget:?package=PlatformCertificate.Proto&version=1.0.0

This lightweight library offers a selection of sequences from the TCG Platform Certificate compiled as C# Objects. The sequences are compiled after I attempted to capture their ASN.1 definition into Google's Protobuf (Proto3) format.

This project may be useful for you to encapsulate a subset of Platform Certificate v1.0 and v1.1 information. The proto source files are also available on GitHub and can be compiled into any language supported by Protobuf.

The library is available via Nuget https://www.nuget.org/packages/PlatformCertificate.Proto for inclusion into .NET projects.

Usage

Reference this library in your .NET project. Then you can use the objects.

using PlatformCertificateFromProto;

namespace YourNamespace {
    public class YourClass {
	    public void YourMethod {
			ComponentIdentifierV2 componentIdentifier;
			...
		}
	}
}
Compile

The .NET project will compile the C# files from the proto files on every build.

https://trustedcomputinggroup.org/resource/tcg-platform-certificate-profile/

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on PlatformCertificate.Proto:

Package Downloads
paccor.paccor_scripts The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

paccor.HardwareManifestPlugin The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.3 164 4/11/2024
1.0.0 2,144 6/2/2022