Tpm2Lib.Tpm2PolicyCounterTimerRequest.Tpm2PolicyCounterTimerRequest C# (CSharp) Method

Tpm2PolicyCounterTimerRequest() public method

public Tpm2PolicyCounterTimerRequest ( ) : System
return System
        public Tpm2PolicyCounterTimerRequest()
        {
            policySession = new TpmHandle();
            operandB = null;
            offset = 0;
            operation = new Eo();
        }
        public Tpm2PolicyCounterTimerRequest(Tpm2PolicyCounterTimerRequest the_Tpm2PolicyCounterTimerRequest)

Same methods

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