C# Class Tpm2Lib.Tpm2PolicyCounterTimerRequest

Inheritance: TpmStructureBase
ファイルを表示 Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PolicyCounterTimerRequest
Tpm2PolicyCounterTimerRequest ( ) : System
Tpm2PolicyCounterTimerRequest ( Tpm2PolicyCounterTimerRequest the_Tpm2PolicyCounterTimerRequest ) : System
Tpm2PolicyCounterTimerRequest ( TpmHandle the_policySession, byte the_operandB, ushort the_offset, Eo the_operation ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PolicyCounterTimerRequest
return Tpm2PolicyCounterTimerRequest

Tpm2PolicyCounterTimerRequest() public method

public Tpm2PolicyCounterTimerRequest ( ) : System
return System

Tpm2PolicyCounterTimerRequest() public method

public Tpm2PolicyCounterTimerRequest ( Tpm2PolicyCounterTimerRequest the_Tpm2PolicyCounterTimerRequest ) : System
the_Tpm2PolicyCounterTimerRequest Tpm2PolicyCounterTimerRequest
return System

Tpm2PolicyCounterTimerRequest() public method

public Tpm2PolicyCounterTimerRequest ( TpmHandle the_policySession, byte the_operandB, ushort the_offset, Eo the_operation ) : System
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_operandB byte the second operand
the_offset ushort the offset in TPMS_TIME_INFO structure for the start of operand A
the_operation Eo the comparison to make
return System