C# Class Tpm2Lib.Attest

Inheritance: TpmStructureBase
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Attest() public method

public Attest ( ) : System
return System

Attest() public method

public Attest ( Attest the_Attest ) : System
the_Attest Attest
return System

Attest() public method

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)
return System

Copy() public method

public Copy ( ) : Attest
return Attest