Tpm2Lib.TpmPolicyCounterTimer.Execute C# (CSharp) Method

Execute() private method

private Execute ( Tpm2 tpm, AuthSession policySession, PolicyTree policy ) : TpmRc
tpm Tpm2
policySession AuthSession
policy PolicyTree
return TpmRc
        internal override TpmRc Execute(Tpm2 tpm, AuthSession policySession, PolicyTree policy)
        {
            tpm.PolicyCounterTimer(policySession, OperandB, Offset, Operation);
            return tpm._GetLastResponseCode();
        }