Tpm2Lib.TpmPolicyAuthorizeNV.Execute C# (CSharp) Method

Execute() private method

private Execute ( Tpm2 tpm, AuthSession authSession, PolicyTree policy ) : TpmRc
tpm Tpm2
authSession AuthSession
policy PolicyTree
return TpmRc
        internal override TpmRc Execute(Tpm2 tpm, AuthSession authSession, PolicyTree policy)
        {
            tpm.PolicyAuthorizeNV(AuthHandle, NvIndex, authSession);
            return tpm._GetLastResponseCode();
        }
    } // class TpmPolicyAuthorizeNV