C# Class Tpm2Lib.TpmPolicyCounterTimer

Inheritance: PolicyAce
Mostrar archivo Open project: Microsoft/TSS.MSR

Public Methods

Method Description
TpmPolicyCounterTimer ( ) : System
TpmPolicyCounterTimer ( byte operandB, ushort offset, Eo operation, string branchName = "" ) : System

This command is used to cause conditional gating of a policy based on the contents of the TPMS_TIME_INFO structure.

Private Methods

Method Description
Execute ( Tpm2 tpm, AuthSession policySession, PolicyTree policy ) : TpmRc
GetPolicyDigest ( TpmAlgId hashAlg ) : TpmHash

Method Details

TpmPolicyCounterTimer() public method

public TpmPolicyCounterTimer ( ) : System
return System

TpmPolicyCounterTimer() public method

This command is used to cause conditional gating of a policy based on the contents of the TPMS_TIME_INFO structure.
public TpmPolicyCounterTimer ( byte operandB, ushort offset, Eo operation, string branchName = "" ) : System
operandB byte
offset ushort
operation Eo
branchName string
return System