C# Class Tpm2Lib.TimeInfo

Inheritance: TpmStructureBase
Show file Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : TimeInfo
TimeInfo ( ) : System
TimeInfo ( TimeInfo the_TimeInfo ) : System
TimeInfo ( ulong the_time, ClockInfo the_clockInfo ) : System

Method Details

Copy() public method

public Copy ( ) : TimeInfo
return TimeInfo

TimeInfo() public method

public TimeInfo ( ) : System
return System

TimeInfo() public method

public TimeInfo ( TimeInfo the_TimeInfo ) : System
the_TimeInfo TimeInfo
return System

TimeInfo() public method

public TimeInfo ( ulong the_time, ClockInfo the_clockInfo ) : System
the_time ulong time in milliseconds since the last _TPM_Init() or TPM2_Startup() This structure element is used to report on the TPM's Time value.
the_clockInfo ClockInfo a structure containing the clock information
return System