PolicyCounterTimer() private method

private PolicyCounterTimer ( TpmHandle policySession, byte operandB, ushort offset, Eo operation ) : void
policySession TpmHandle
operandB byte
offset ushort
operation Eo
return void
Exemplo n.º 1
0
 internal override TpmRc Execute(Tpm2 tpm, AuthSession sess, PolicyTree policy)
 {
     tpm.PolicyCounterTimer(sess, OperandB, Offset, Operation);
     return(tpm._GetLastResponseCode());
 }
Exemplo n.º 2
0
 // ReSharper disable once InconsistentNaming
 internal override TpmRc Execute(Tpm2 tpm, AuthSession policySession, PolicyTree policy)
 {
     tpm.PolicyCounterTimer(policySession, OperandB, Offset, Operation);
     return tpm._GetLastResponseCode();
 }