C# Класс Tpm2Lib.Attest

Наследование: TpmStructureBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Attest ( ) : System
Attest ( Attest the_Attest ) : System
Attest ( Generated the_magic, byte the_qualifiedSigner, byte the_extraData, ClockInfo the_clockInfo, ulong the_firmwareVersion, IAttestUnion the_attested ) : System
Copy ( ) : Attest

Описание методов

Attest() публичный Метод

public Attest ( ) : System
Результат System

Attest() публичный Метод

public Attest ( Attest the_Attest ) : System
the_Attest Attest
Результат System

Attest() публичный Метод

public Attest ( Generated the_magic, byte the_qualifiedSigner, byte the_extraData, ClockInfo the_clockInfo, ulong the_firmwareVersion, IAttestUnion the_attested ) : System
the_magic Generated the indication that this structure was created by a TPM (always TPM_GENERATED_VALUE)
the_qualifiedSigner byte Qualified Name of the signing key
the_extraData byte external information supplied by caller NOTE A TPM2B_DATA structure provides room for a digest and a method indicator to indicate the components of the digest. The definition of this method indicator is outside the scope of this specification.
the_clockInfo ClockInfo Clock, resetCount, restartCount, and Safe
the_firmwareVersion ulong TPM-vendor-specific value identifying the version number of the firmware
the_attested IAttestUnion the type-specific attestation information(One of CertifyInfo, CreationInfo, QuoteInfo, CommandAuditInfo, SessionAuditInfo, TimeAttestInfo, NvCertifyInfo)
Результат System

Copy() публичный Метод

public Copy ( ) : Attest
Результат Attest