Tpm2Lib.TimeInfo.TimeInfo C# (CSharp) Method

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
        public TimeInfo(
        ulong the_time,
        ClockInfo the_clockInfo
        )
        {
            this.time = the_time;
            this.clockInfo = the_clockInfo;
        }
        new public TimeInfo Copy()

Same methods

TimeInfo::TimeInfo ( ) : System
TimeInfo::TimeInfo ( TimeInfo the_TimeInfo ) : System